Shades of Jazzberry Jam #AC0A6C
Tints of Jazzberry Jam #AC0A6C
RGB
CMYK
RGB Variations
Color information
#AC0A6C (or 0xAC0A6C) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 6C. RGB value is (172,10,108). Sum of RGB (Red+Green+Blue) = 172+10+108=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A6C is #53F593. Grayscale: #454545. Windows color (decimal): -5502356 or 7080620. OLE color: 7080620.
HSL color Cylindrical-coordinate representation of color #AC0A6C: hue angle of 323.7º 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 #AC0A6C is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 108 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.33 |
| HSL | 323.7º | 0.89% | 0.36% | - |
| HSV(B) | 323.7º | 0.94% | 0.67% | - |
| XYZ | 19.83 | 10.07 | 15.09 | - |
| YUV | 69.61 | 149.67 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 108 | 0 | 0.94 | 0.37 | 0.33 | 323.7 | 0.89 | 0.36 |
| Hex | AC | A | 6C | 0 | 5E | 25 | 21 | 144 | 59 | 24 |
| Octal | 254 | 12 | 154 | 0 | 136 | 45 | 41 | 504 | 131 | 44 |
| Binary | 10101100 | 1010 | 1101100 | 0 | 1011110 | 100101 | 100001 | 101000100 | 1011001 | 100100 |
Color Harmonies of #AC0A6C
Complementary color
Monochromatic Colors of #AC0A6C
Black with #AC0A6C
Text Example
Text Example
White with #AC0A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A6C; }
p { color: rgb(172,10,108); }
H1.HeaderClassName
{
color: #AC0A6C;
}
.AnyTagClassName
{
color: #AC0A6C;
}
</style>
background-color css
<style>
a { background-color: #AC0A6C; }
a { background-color: rgb(172,10,108); }
div.DivClassName
{
background-color: #AC0A6C;
}
.BgClassName
{
background-color: #AC0A6C;
}
</style>
border-color css
<style>
span { border-color: #AC0A6C; }
span { border-color: rgb(172,10,108); }
td.TdClassName
{
border-color: #AC0A6C;
}
.TagClassName
{
border-color: #AC0A6C;
}
</style>