Shades of Jazzberry Jam #AC024E
Tints of Jazzberry Jam #AC024E
RGB
CMYK
RGB Variations
Color information
#AC024E (or 0xAC024E) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 4E. RGB value is (172,2,78). Sum of RGB (Red+Green+Blue) = 172+2+78=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC024E is #53FDB1. Grayscale: #3D3D3D. Windows color (decimal): -5504434 or 5112492. OLE color: 5112492.
HSL color Cylindrical-coordinate representation of color #AC024E: hue angle of 333.18º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC024E is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.33 |
| HSL | 333.18º | 0.98% | 0.34% | - |
| HSV(B) | 333.18º | 0.99% | 0.67% | - |
| XYZ | 18.41 | 9.36 | 8.04 | - |
| YUV | 61.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 78 | 0 | 0.99 | 0.55 | 0.33 | 333.18 | 0.98 | 0.34 |
| Hex | AC | 2 | 4E | 0 | 63 | 37 | 21 | 14D | 62 | 22 |
| Octal | 254 | 2 | 116 | 0 | 143 | 67 | 41 | 515 | 142 | 42 |
| Binary | 10101100 | 10 | 1001110 | 0 | 1100011 | 110111 | 100001 | 101001101 | 1100010 | 100010 |
Color Harmonies of #AC024E
Complementary color
Monochromatic Colors of #AC024E
Black with #AC024E
Text Example
Text Example
White with #AC024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC024E; }
p { color: rgb(172,2,78); }
H1.HeaderClassName
{
color: #AC024E;
}
.AnyTagClassName
{
color: #AC024E;
}
</style>
background-color css
<style>
a { background-color: #AC024E; }
a { background-color: rgb(172,2,78); }
div.DivClassName
{
background-color: #AC024E;
}
.BgClassName
{
background-color: #AC024E;
}
</style>
border-color css
<style>
span { border-color: #AC024E; }
span { border-color: rgb(172,2,78); }
td.TdClassName
{
border-color: #AC024E;
}
.TagClassName
{
border-color: #AC024E;
}
</style>