Shades of Jazzberry Jam #AC0C5A
Tints of Jazzberry Jam #AC0C5A
RGB
CMYK
RGB Variations
Color information
#AC0C5A (or 0xAC0C5A) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 5A. RGB value is (172,12,90). Sum of RGB (Red+Green+Blue) = 172+12+90=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C5A is #53F3A5. Grayscale: #444444. Windows color (decimal): -5501862 or 5901484. OLE color: 5901484.
HSL color Cylindrical-coordinate representation of color #AC0C5A: hue angle of 330.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C5A is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 90 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.33 |
| HSL | 330.75º | 0.87% | 0.36% | - |
| HSV(B) | 330.75º | 0.93% | 0.67% | - |
| XYZ | 18.99 | 9.77 | 10.56 | - |
| YUV | 68.73 | 140.01 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 90 | 0 | 0.93 | 0.48 | 0.33 | 330.75 | 0.87 | 0.36 |
| Hex | AC | C | 5A | 0 | 5D | 30 | 21 | 14B | 57 | 24 |
| Octal | 254 | 14 | 132 | 0 | 135 | 60 | 41 | 513 | 127 | 44 |
| Binary | 10101100 | 1100 | 1011010 | 0 | 1011101 | 110000 | 100001 | 101001011 | 1010111 | 100100 |
Color Harmonies of #AC0C5A
Complementary color
Monochromatic Colors of #AC0C5A
Black with #AC0C5A
Text Example
Text Example
White with #AC0C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C5A; }
p { color: rgb(172,12,90); }
H1.HeaderClassName
{
color: #AC0C5A;
}
.AnyTagClassName
{
color: #AC0C5A;
}
</style>
background-color css
<style>
a { background-color: #AC0C5A; }
a { background-color: rgb(172,12,90); }
div.DivClassName
{
background-color: #AC0C5A;
}
.BgClassName
{
background-color: #AC0C5A;
}
</style>
border-color css
<style>
span { border-color: #AC0C5A; }
span { border-color: rgb(172,12,90); }
td.TdClassName
{
border-color: #AC0C5A;
}
.TagClassName
{
border-color: #AC0C5A;
}
</style>