Shades of Jazzberry Jam #AC066D
Tints of Jazzberry Jam #AC066D
RGB
CMYK
RGB Variations
Color information
#AC066D (or 0xAC066D) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 6D. RGB value is (172,6,109). Sum of RGB (Red+Green+Blue) = 172+6+109=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC066D is #53F992. Grayscale: #434343. Windows color (decimal): -5503379 or 7145132. OLE color: 7145132.
HSL color Cylindrical-coordinate representation of color #AC066D: hue angle of 322.77º 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 #AC066D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 109 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.33 |
| HSL | 322.77º | 0.93% | 0.35% | - |
| HSV(B) | 322.77º | 0.97% | 0.67% | - |
| XYZ | 19.84 | 10.01 | 15.35 | - |
| YUV | 67.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 109 | 0 | 0.97 | 0.37 | 0.33 | 322.77 | 0.93 | 0.35 |
| Hex | AC | 6 | 6D | 0 | 61 | 25 | 21 | 143 | 5D | 23 |
| Octal | 254 | 6 | 155 | 0 | 141 | 45 | 41 | 503 | 135 | 43 |
| Binary | 10101100 | 110 | 1101101 | 0 | 1100001 | 100101 | 100001 | 101000011 | 1011101 | 100011 |
Color Harmonies of #AC066D
Complementary color
Monochromatic Colors of #AC066D
Black with #AC066D
Text Example
Text Example
White with #AC066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC066D; }
p { color: rgb(172,6,109); }
H1.HeaderClassName
{
color: #AC066D;
}
.AnyTagClassName
{
color: #AC066D;
}
</style>
background-color css
<style>
a { background-color: #AC066D; }
a { background-color: rgb(172,6,109); }
div.DivClassName
{
background-color: #AC066D;
}
.BgClassName
{
background-color: #AC066D;
}
</style>
border-color css
<style>
span { border-color: #AC066D; }
span { border-color: rgb(172,6,109); }
td.TdClassName
{
border-color: #AC066D;
}
.TagClassName
{
border-color: #AC066D;
}
</style>