Shades of Jazzberry Jam #AC0166
Tints of Jazzberry Jam #AC0166
RGB
CMYK
RGB Variations
Color information
#AC0166 (or 0xAC0166) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 66. RGB value is (172,1,102). Sum of RGB (Red+Green+Blue) = 172+1+102=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0166 is #53FE99. Grayscale: #3F3F3F. Windows color (decimal): -5504666 or 6685100. OLE color: 6685100.
HSL color Cylindrical-coordinate representation of color #AC0166: hue angle of 324.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0166 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.33 |
| HSL | 324.56º | 0.99% | 0.34% | - |
| HSV(B) | 324.56º | 0.99% | 0.67% | - |
| XYZ | 19.42 | 9.75 | 13.43 | - |
| YUV | 63.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 102 | 0 | 0.99 | 0.41 | 0.33 | 324.56 | 0.99 | 0.34 |
| Hex | AC | 1 | 66 | 0 | 63 | 29 | 21 | 145 | 63 | 22 |
| Octal | 254 | 1 | 146 | 0 | 143 | 51 | 41 | 505 | 143 | 42 |
| Binary | 10101100 | 1 | 1100110 | 0 | 1100011 | 101001 | 100001 | 101000101 | 1100011 | 100010 |
Color Harmonies of #AC0166
Complementary color
Monochromatic Colors of #AC0166
Black with #AC0166
Text Example
Text Example
White with #AC0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0166; }
p { color: rgb(172,1,102); }
H1.HeaderClassName
{
color: #AC0166;
}
.AnyTagClassName
{
color: #AC0166;
}
</style>
background-color css
<style>
a { background-color: #AC0166; }
a { background-color: rgb(172,1,102); }
div.DivClassName
{
background-color: #AC0166;
}
.BgClassName
{
background-color: #AC0166;
}
</style>
border-color css
<style>
span { border-color: #AC0166; }
span { border-color: rgb(172,1,102); }
td.TdClassName
{
border-color: #AC0166;
}
.TagClassName
{
border-color: #AC0166;
}
</style>