Shades of Jazzberry Jam #AC0A68
Tints of Jazzberry Jam #AC0A68
RGB
CMYK
RGB Variations
Color information
#AC0A68 (or 0xAC0A68) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 68. RGB value is (172,10,104). Sum of RGB (Red+Green+Blue) = 172+10+104=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A68 is #53F597. Grayscale: #444444. Windows color (decimal): -5502360 or 6818476. OLE color: 6818476.
HSL color Cylindrical-coordinate representation of color #AC0A68: hue angle of 325.19º 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 #AC0A68 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 104 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.33 |
| HSL | 325.19º | 0.89% | 0.36% | - |
| HSV(B) | 325.19º | 0.94% | 0.67% | - |
| XYZ | 19.62 | 9.99 | 13.99 | - |
| YUV | 69.15 | 147.67 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 104 | 0 | 0.94 | 0.40 | 0.33 | 325.19 | 0.89 | 0.36 |
| Hex | AC | A | 68 | 0 | 5E | 28 | 21 | 145 | 59 | 24 |
| Octal | 254 | 12 | 150 | 0 | 136 | 50 | 41 | 505 | 131 | 44 |
| Binary | 10101100 | 1010 | 1101000 | 0 | 1011110 | 101000 | 100001 | 101000101 | 1011001 | 100100 |
Color Harmonies of #AC0A68
Complementary color
Monochromatic Colors of #AC0A68
Black with #AC0A68
Text Example
Text Example
White with #AC0A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A68; }
p { color: rgb(172,10,104); }
H1.HeaderClassName
{
color: #AC0A68;
}
.AnyTagClassName
{
color: #AC0A68;
}
</style>
background-color css
<style>
a { background-color: #AC0A68; }
a { background-color: rgb(172,10,104); }
div.DivClassName
{
background-color: #AC0A68;
}
.BgClassName
{
background-color: #AC0A68;
}
</style>
border-color css
<style>
span { border-color: #AC0A68; }
span { border-color: rgb(172,10,104); }
td.TdClassName
{
border-color: #AC0A68;
}
.TagClassName
{
border-color: #AC0A68;
}
</style>