#a00c66

Color #A00C66 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A00C66

Tints of Jazzberry Jam #A00C66

Color information

#A00C66 (or 0xA00C66) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0C and 66. RGB value is (160,12,102). Sum of RGB (Red+Green+Blue) = 160+12+102=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C66 is #5FF399. Grayscale: #424242. Windows color (decimal): -6288282 or 6687904. OLE color: 6687904.

HSL color Cylindrical-coordinate representation of color #A00C66: hue angle of 323.51º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C66 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB16012102-
CMYK00.930.360.37
HSL323.51º86.05%33.73%-
HSV(B)323.51º92.5%62.75%-
XYZ17.038.713.35-
YUV66.51148.03194.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 58.39%
GREEN value IS 12 (5.08% from 255) = 4.38%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=58.39%
G=4.38%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601210200.930.360.37323.5186.0533.73
HexA0C6605D24251445622
Octal240141460135444550412642
Binary1010000011001100110010111011001001001011010001001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a00c66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a00c66; }

 p { color: rgb(160,12,102); }

 H1.HeaderClassName
 {
   color: #a00c66;
 }
 .AnyTagClassName
 {
   color: #a00c66;
 }
</style>
background-color css

<style>
 a { background-color: #a00c66; }

 a { background-color: rgb(160,12,102); }

 div.DivClassName
 {
   background-color: #a00c66;
 }
 .BgClassName
 {
   background-color: #a00c66;
 }
</style>
border-color css

<style>
 span { border-color: #a00c66; }

 span { border-color: rgb(160,12,102); }

 td.TdClassName
 {
   border-color: #a00c66;
 }
 .TagClassName
 {
   border-color: #a00c66;
 }
</style>