Shades of Jazzberry Jam #AC0251
Tints of Jazzberry Jam #AC0251
RGB
CMYK
RGB Variations
Color information
#AC0251 (or 0xAC0251) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 51. RGB value is (172,2,81). Sum of RGB (Red+Green+Blue) = 172+2+81=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0251 is #53FDAE. Grayscale: #3D3D3D. Windows color (decimal): -5504431 or 5309100. OLE color: 5309100.
HSL color Cylindrical-coordinate representation of color #AC0251: hue angle of 332.12º 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 #AC0251 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.33 |
| HSL | 332.12º | 0.98% | 0.34% | - |
| HSV(B) | 332.12º | 0.99% | 0.67% | - |
| XYZ | 18.52 | 9.41 | 8.62 | - |
| YUV | 61.84 | 138.82 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 81 | 0 | 0.99 | 0.53 | 0.33 | 332.12 | 0.98 | 0.34 |
| Hex | AC | 2 | 51 | 0 | 63 | 35 | 21 | 14C | 62 | 22 |
| Octal | 254 | 2 | 121 | 0 | 143 | 65 | 41 | 514 | 142 | 42 |
| Binary | 10101100 | 10 | 1010001 | 0 | 1100011 | 110101 | 100001 | 101001100 | 1100010 | 100010 |
Color Harmonies of #AC0251
Complementary color
Monochromatic Colors of #AC0251
Black with #AC0251
Text Example
Text Example
White with #AC0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0251; }
p { color: rgb(172,2,81); }
H1.HeaderClassName
{
color: #AC0251;
}
.AnyTagClassName
{
color: #AC0251;
}
</style>
background-color css
<style>
a { background-color: #AC0251; }
a { background-color: rgb(172,2,81); }
div.DivClassName
{
background-color: #AC0251;
}
.BgClassName
{
background-color: #AC0251;
}
</style>
border-color css
<style>
span { border-color: #AC0251; }
span { border-color: rgb(172,2,81); }
td.TdClassName
{
border-color: #AC0251;
}
.TagClassName
{
border-color: #AC0251;
}
</style>