Shades of Jazzberry Jam #AC066C
Tints of Jazzberry Jam #AC066C
RGB
CMYK
RGB Variations
Color information
#AC066C (or 0xAC066C) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 6C. RGB value is (172,6,108). Sum of RGB (Red+Green+Blue) = 172+6+108=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC066C is #53F993. Grayscale: #434343. Windows color (decimal): -5503380 or 7079596. OLE color: 7079596.
HSL color Cylindrical-coordinate representation of color #AC066C: hue angle of 323.13º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC066C is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 108 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.33 |
| HSL | 323.13º | 0.93% | 0.35% | - |
| HSV(B) | 323.13º | 0.97% | 0.67% | - |
| XYZ | 19.79 | 9.98 | 15.07 | - |
| YUV | 67.26 | 151 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 108 | 0 | 0.97 | 0.37 | 0.33 | 323.13 | 0.93 | 0.35 |
| Hex | AC | 6 | 6C | 0 | 61 | 25 | 21 | 143 | 5D | 23 |
| Octal | 254 | 6 | 154 | 0 | 141 | 45 | 41 | 503 | 135 | 43 |
| Binary | 10101100 | 110 | 1101100 | 0 | 1100001 | 100101 | 100001 | 101000011 | 1011101 | 100011 |
Color Harmonies of #AC066C
Complementary color
Monochromatic Colors of #AC066C
Black with #AC066C
Text Example
Text Example
White with #AC066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC066C; }
p { color: rgb(172,6,108); }
H1.HeaderClassName
{
color: #AC066C;
}
.AnyTagClassName
{
color: #AC066C;
}
</style>
background-color css
<style>
a { background-color: #AC066C; }
a { background-color: rgb(172,6,108); }
div.DivClassName
{
background-color: #AC066C;
}
.BgClassName
{
background-color: #AC066C;
}
</style>
border-color css
<style>
span { border-color: #AC066C; }
span { border-color: rgb(172,6,108); }
td.TdClassName
{
border-color: #AC066C;
}
.TagClassName
{
border-color: #AC066C;
}
</style>