Shades of Jazzberry Jam #AC0B5A
Tints of Jazzberry Jam #AC0B5A
RGB
CMYK
RGB Variations
Color information
#AC0B5A (or 0xAC0B5A) is known color: Jazzberry Jam. HEX triplet: AC, 0B and 5A. RGB value is (172,11,90). Sum of RGB (Red+Green+Blue) = 172+11+90=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B5A is #53F4A5. Grayscale: #434343. Windows color (decimal): -5502118 or 5901228. OLE color: 5901228.
HSL color Cylindrical-coordinate representation of color #AC0B5A: hue angle of 330.56º degrees, saturation: 0.88, 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 #AC0B5A is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 90 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.33 |
| HSL | 330.56º | 0.88% | 0.36% | - |
| HSV(B) | 330.56º | 0.94% | 0.67% | - |
| XYZ | 18.98 | 9.75 | 10.55 | - |
| YUV | 68.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 90 | 0 | 0.94 | 0.48 | 0.33 | 330.56 | 0.88 | 0.36 |
| Hex | AC | B | 5A | 0 | 5E | 30 | 21 | 14B | 58 | 24 |
| Octal | 254 | 13 | 132 | 0 | 136 | 60 | 41 | 513 | 130 | 44 |
| Binary | 10101100 | 1011 | 1011010 | 0 | 1011110 | 110000 | 100001 | 101001011 | 1011000 | 100100 |
Color Harmonies of #AC0B5A
Complementary color
Monochromatic Colors of #AC0B5A
Black with #AC0B5A
Text Example
Text Example
White with #AC0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B5A; }
p { color: rgb(172,11,90); }
H1.HeaderClassName
{
color: #AC0B5A;
}
.AnyTagClassName
{
color: #AC0B5A;
}
</style>
background-color css
<style>
a { background-color: #AC0B5A; }
a { background-color: rgb(172,11,90); }
div.DivClassName
{
background-color: #AC0B5A;
}
.BgClassName
{
background-color: #AC0B5A;
}
</style>
border-color css
<style>
span { border-color: #AC0B5A; }
span { border-color: rgb(172,11,90); }
td.TdClassName
{
border-color: #AC0B5A;
}
.TagClassName
{
border-color: #AC0B5A;
}
</style>