Shades of Jazzberry Jam #AC056E
Tints of Jazzberry Jam #AC056E
RGB
CMYK
RGB Variations
Color information
#AC056E (or 0xAC056E) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 6E. RGB value is (172,5,110). Sum of RGB (Red+Green+Blue) = 172+5+110=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC056E is #53FA91. Grayscale: #424242. Windows color (decimal): -5503634 or 7210412. OLE color: 7210412.
HSL color Cylindrical-coordinate representation of color #AC056E: hue angle of 322.28º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC056E is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 110 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.33 |
| HSL | 322.28º | 0.94% | 0.35% | - |
| HSV(B) | 322.28º | 0.97% | 0.67% | - |
| XYZ | 19.88 | 10 | 15.64 | - |
| YUV | 66.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 110 | 0 | 0.97 | 0.36 | 0.33 | 322.28 | 0.94 | 0.35 |
| Hex | AC | 5 | 6E | 0 | 61 | 24 | 21 | 142 | 5E | 23 |
| Octal | 254 | 5 | 156 | 0 | 141 | 44 | 41 | 502 | 136 | 43 |
| Binary | 10101100 | 101 | 1101110 | 0 | 1100001 | 100100 | 100001 | 101000010 | 1011110 | 100011 |
Color Harmonies of #AC056E
Complementary color
Monochromatic Colors of #AC056E
Black with #AC056E
Text Example
Text Example
White with #AC056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC056E; }
p { color: rgb(172,5,110); }
H1.HeaderClassName
{
color: #AC056E;
}
.AnyTagClassName
{
color: #AC056E;
}
</style>
background-color css
<style>
a { background-color: #AC056E; }
a { background-color: rgb(172,5,110); }
div.DivClassName
{
background-color: #AC056E;
}
.BgClassName
{
background-color: #AC056E;
}
</style>
border-color css
<style>
span { border-color: #AC056E; }
span { border-color: rgb(172,5,110); }
td.TdClassName
{
border-color: #AC056E;
}
.TagClassName
{
border-color: #AC056E;
}
</style>