Shades of Jazzberry Jam #AC023E
Tints of Jazzberry Jam #AC023E
RGB
CMYK
RGB Variations
Color information
#AC023E (or 0xAC023E) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 3E. RGB value is (172,2,62). Sum of RGB (Red+Green+Blue) = 172+2+62=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC023E is #53FDC1. Grayscale: #3B3B3B. Windows color (decimal): -5504450 or 4063916. OLE color: 4063916.
HSL color Cylindrical-coordinate representation of color #AC023E: hue angle of 338.82º 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 #AC023E is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.33 |
| HSL | 338.82º | 0.98% | 0.34% | - |
| HSV(B) | 338.82º | 0.99% | 0.67% | - |
| XYZ | 17.9 | 9.16 | 5.38 | - |
| YUV | 59.67 | 129.32 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 62 | 0 | 0.99 | 0.64 | 0.33 | 338.82 | 0.98 | 0.34 |
| Hex | AC | 2 | 3E | 0 | 63 | 40 | 21 | 153 | 62 | 22 |
| Octal | 254 | 2 | 76 | 0 | 143 | 100 | 41 | 523 | 142 | 42 |
| Binary | 10101100 | 10 | 111110 | 0 | 1100011 | 1000000 | 100001 | 101010011 | 1100010 | 100010 |
Color Harmonies of #AC023E
Complementary color
Monochromatic Colors of #AC023E
Black with #AC023E
Text Example
Text Example
White with #AC023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC023E; }
p { color: rgb(172,2,62); }
H1.HeaderClassName
{
color: #AC023E;
}
.AnyTagClassName
{
color: #AC023E;
}
</style>
background-color css
<style>
a { background-color: #AC023E; }
a { background-color: rgb(172,2,62); }
div.DivClassName
{
background-color: #AC023E;
}
.BgClassName
{
background-color: #AC023E;
}
</style>
border-color css
<style>
span { border-color: #AC023E; }
span { border-color: rgb(172,2,62); }
td.TdClassName
{
border-color: #AC023E;
}
.TagClassName
{
border-color: #AC023E;
}
</style>