Shades of Jazzberry Jam #AC0C66
Tints of Jazzberry Jam #AC0C66
RGB
CMYK
RGB Variations
Color information
#AC0C66 (or 0xAC0C66) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 66. RGB value is (172,12,102). Sum of RGB (Red+Green+Blue) = 172+12+102=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C66 is #53F399. Grayscale: #454545. Windows color (decimal): -5501850 or 6687916. OLE color: 6687916.
HSL color Cylindrical-coordinate representation of color #AC0C66: hue angle of 326.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C66 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 102 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.33 |
| HSL | 326.25º | 0.87% | 0.36% | - |
| HSV(B) | 326.25º | 0.93% | 0.67% | - |
| XYZ | 19.54 | 9.99 | 13.47 | - |
| YUV | 70.1 | 146.01 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 102 | 0 | 0.93 | 0.41 | 0.33 | 326.25 | 0.87 | 0.36 |
| Hex | AC | C | 66 | 0 | 5D | 29 | 21 | 146 | 57 | 24 |
| Octal | 254 | 14 | 146 | 0 | 135 | 51 | 41 | 506 | 127 | 44 |
| Binary | 10101100 | 1100 | 1100110 | 0 | 1011101 | 101001 | 100001 | 101000110 | 1010111 | 100100 |
Color Harmonies of #AC0C66
Complementary color
Monochromatic Colors of #AC0C66
Black with #AC0C66
Text Example
Text Example
White with #AC0C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C66; }
p { color: rgb(172,12,102); }
H1.HeaderClassName
{
color: #AC0C66;
}
.AnyTagClassName
{
color: #AC0C66;
}
</style>
background-color css
<style>
a { background-color: #AC0C66; }
a { background-color: rgb(172,12,102); }
div.DivClassName
{
background-color: #AC0C66;
}
.BgClassName
{
background-color: #AC0C66;
}
</style>
border-color css
<style>
span { border-color: #AC0C66; }
span { border-color: rgb(172,12,102); }
td.TdClassName
{
border-color: #AC0C66;
}
.TagClassName
{
border-color: #AC0C66;
}
</style>