Shades of Jazzberry Jam #AC024A
Tints of Jazzberry Jam #AC024A
RGB
CMYK
RGB Variations
Color information
#AC024A (or 0xAC024A) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 4A. RGB value is (172,2,74). Sum of RGB (Red+Green+Blue) = 172+2+74=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC024A is #53FDB5. Grayscale: #3C3C3C. Windows color (decimal): -5504438 or 4850348. OLE color: 4850348.
HSL color Cylindrical-coordinate representation of color #AC024A: hue angle of 334.59º 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 #AC024A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.33 |
| HSL | 334.59º | 0.98% | 0.34% | - |
| HSV(B) | 334.59º | 0.99% | 0.67% | - |
| XYZ | 18.27 | 9.31 | 7.31 | - |
| YUV | 61.04 | 135.32 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 74 | 0 | 0.99 | 0.57 | 0.33 | 334.59 | 0.98 | 0.34 |
| Hex | AC | 2 | 4A | 0 | 63 | 39 | 21 | 14F | 62 | 22 |
| Octal | 254 | 2 | 112 | 0 | 143 | 71 | 41 | 517 | 142 | 42 |
| Binary | 10101100 | 10 | 1001010 | 0 | 1100011 | 111001 | 100001 | 101001111 | 1100010 | 100010 |
Color Harmonies of #AC024A
Complementary color
Monochromatic Colors of #AC024A
Black with #AC024A
Text Example
Text Example
White with #AC024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC024A; }
p { color: rgb(172,2,74); }
H1.HeaderClassName
{
color: #AC024A;
}
.AnyTagClassName
{
color: #AC024A;
}
</style>
background-color css
<style>
a { background-color: #AC024A; }
a { background-color: rgb(172,2,74); }
div.DivClassName
{
background-color: #AC024A;
}
.BgClassName
{
background-color: #AC024A;
}
</style>
border-color css
<style>
span { border-color: #AC024A; }
span { border-color: rgb(172,2,74); }
td.TdClassName
{
border-color: #AC024A;
}
.TagClassName
{
border-color: #AC024A;
}
</style>