Shades of Jazzberry Jam #AC0066
Tints of Jazzberry Jam #AC0066
RGB
CMYK
RGB Variations
Color information
#AC0066 (or 0xAC0066) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 66. RGB value is (172,0,102). Sum of RGB (Red+Green+Blue) = 172+0+102=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0066 is #53FF99. Grayscale: #3E3E3E. Windows color (decimal): -5504922 or 6684844. OLE color: 6684844.
HSL color Cylindrical-coordinate representation of color #AC0066: hue angle of 324.42º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0066 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.41 | 0.33 |
| HSL | 324.42º | 1% | 0.34% | - |
| HSV(B) | 324.42º | 1% | 0.67% | - |
| XYZ | 19.41 | 9.73 | 13.43 | - |
| YUV | 63.06 | 149.98 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 102 | 0 | 1 | 0.41 | 0.33 | 324.42 | 1 | 0.34 |
| Hex | AC | 0 | 66 | 0 | 64 | 29 | 21 | 144 | 64 | 22 |
| Octal | 254 | 0 | 146 | 0 | 144 | 51 | 41 | 504 | 144 | 42 |
| Binary | 10101100 | 0 | 1100110 | 0 | 1100100 | 101001 | 100001 | 101000100 | 1100100 | 100010 |
Color Harmonies of #AC0066
Complementary color
Monochromatic Colors of #AC0066
Black with #AC0066
Text Example
Text Example
White with #AC0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0066; }
p { color: rgb(172,0,102); }
H1.HeaderClassName
{
color: #AC0066;
}
.AnyTagClassName
{
color: #AC0066;
}
</style>
background-color css
<style>
a { background-color: #AC0066; }
a { background-color: rgb(172,0,102); }
div.DivClassName
{
background-color: #AC0066;
}
.BgClassName
{
background-color: #AC0066;
}
</style>
border-color css
<style>
span { border-color: #AC0066; }
span { border-color: rgb(172,0,102); }
td.TdClassName
{
border-color: #AC0066;
}
.TagClassName
{
border-color: #AC0066;
}
</style>