Shades of Jazzberry Jam #AC0A70
Tints of Jazzberry Jam #AC0A70
RGB
CMYK
RGB Variations
Color information
#AC0A70 (or 0xAC0A70) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 70. RGB value is (172,10,112). Sum of RGB (Red+Green+Blue) = 172+10+112=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A70 is #53F58F. Grayscale: #454545. Windows color (decimal): -5502352 or 7342764. OLE color: 7342764.
HSL color Cylindrical-coordinate representation of color #AC0A70: hue angle of 322.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A70 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 112 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.33 |
| HSL | 322.22º | 0.89% | 0.36% | - |
| HSV(B) | 322.22º | 0.94% | 0.67% | - |
| XYZ | 20.05 | 10.16 | 16.23 | - |
| YUV | 70.07 | 151.67 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 112 | 0 | 0.94 | 0.35 | 0.33 | 322.22 | 0.89 | 0.36 |
| Hex | AC | A | 70 | 0 | 5E | 23 | 21 | 142 | 59 | 24 |
| Octal | 254 | 12 | 160 | 0 | 136 | 43 | 41 | 502 | 131 | 44 |
| Binary | 10101100 | 1010 | 1110000 | 0 | 1011110 | 100011 | 100001 | 101000010 | 1011001 | 100100 |
Color Harmonies of #AC0A70
Complementary color
Monochromatic Colors of #AC0A70
Black with #AC0A70
Text Example
Text Example
White with #AC0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A70; }
p { color: rgb(172,10,112); }
H1.HeaderClassName
{
color: #AC0A70;
}
.AnyTagClassName
{
color: #AC0A70;
}
</style>
background-color css
<style>
a { background-color: #AC0A70; }
a { background-color: rgb(172,10,112); }
div.DivClassName
{
background-color: #AC0A70;
}
.BgClassName
{
background-color: #AC0A70;
}
</style>
border-color css
<style>
span { border-color: #AC0A70; }
span { border-color: rgb(172,10,112); }
td.TdClassName
{
border-color: #AC0A70;
}
.TagClassName
{
border-color: #AC0A70;
}
</style>