Shades of Jazzberry Jam #AC066E
Tints of Jazzberry Jam #AC066E
RGB
CMYK
RGB Variations
Color information
#AC066E (or 0xAC066E) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 6E. RGB value is (172,6,110). Sum of RGB (Red+Green+Blue) = 172+6+110=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC066E is #53F991. Grayscale: #434343. Windows color (decimal): -5503378 or 7210668. OLE color: 7210668.
HSL color Cylindrical-coordinate representation of color #AC066E: hue angle of 322.41º 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 #AC066E is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 110 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.33 |
| HSL | 322.41º | 0.93% | 0.35% | - |
| HSV(B) | 322.41º | 0.97% | 0.67% | - |
| XYZ | 19.89 | 10.03 | 15.64 | - |
| YUV | 67.49 | 152 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 110 | 0 | 0.97 | 0.36 | 0.33 | 322.41 | 0.93 | 0.35 |
| Hex | AC | 6 | 6E | 0 | 61 | 24 | 21 | 142 | 5D | 23 |
| Octal | 254 | 6 | 156 | 0 | 141 | 44 | 41 | 502 | 135 | 43 |
| Binary | 10101100 | 110 | 1101110 | 0 | 1100001 | 100100 | 100001 | 101000010 | 1011101 | 100011 |
Color Harmonies of #AC066E
Complementary color
Monochromatic Colors of #AC066E
Black with #AC066E
Text Example
Text Example
White with #AC066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC066E; }
p { color: rgb(172,6,110); }
H1.HeaderClassName
{
color: #AC066E;
}
.AnyTagClassName
{
color: #AC066E;
}
</style>
background-color css
<style>
a { background-color: #AC066E; }
a { background-color: rgb(172,6,110); }
div.DivClassName
{
background-color: #AC066E;
}
.BgClassName
{
background-color: #AC066E;
}
</style>
border-color css
<style>
span { border-color: #AC066E; }
span { border-color: rgb(172,6,110); }
td.TdClassName
{
border-color: #AC066E;
}
.TagClassName
{
border-color: #AC066E;
}
</style>