Shades of Jazzberry Jam #AC0051
Tints of Jazzberry Jam #AC0051
RGB
CMYK
RGB Variations
Color information
#AC0051 (or 0xAC0051) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 51. RGB value is (172,0,81). Sum of RGB (Red+Green+Blue) = 172+0+81=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0051 is #53FFAE. Grayscale: #3C3C3C. Windows color (decimal): -5504943 or 5308588. OLE color: 5308588.
HSL color Cylindrical-coordinate representation of color #AC0051: hue angle of 331.74º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0051 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.53 | 0.33 |
| HSL | 331.74º | 1% | 0.34% | - |
| HSV(B) | 331.74º | 1% | 0.67% | - |
| XYZ | 18.5 | 9.36 | 8.62 | - |
| YUV | 60.66 | 139.48 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 81 | 0 | 1 | 0.53 | 0.33 | 331.74 | 1 | 0.34 |
| Hex | AC | 0 | 51 | 0 | 64 | 35 | 21 | 14C | 64 | 22 |
| Octal | 254 | 0 | 121 | 0 | 144 | 65 | 41 | 514 | 144 | 42 |
| Binary | 10101100 | 0 | 1010001 | 0 | 1100100 | 110101 | 100001 | 101001100 | 1100100 | 100010 |
Color Harmonies of #AC0051
Complementary color
Monochromatic Colors of #AC0051
Black with #AC0051
Text Example
Text Example
White with #AC0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0051; }
p { color: rgb(172,0,81); }
H1.HeaderClassName
{
color: #AC0051;
}
.AnyTagClassName
{
color: #AC0051;
}
</style>
background-color css
<style>
a { background-color: #AC0051; }
a { background-color: rgb(172,0,81); }
div.DivClassName
{
background-color: #AC0051;
}
.BgClassName
{
background-color: #AC0051;
}
</style>
border-color css
<style>
span { border-color: #AC0051; }
span { border-color: rgb(172,0,81); }
td.TdClassName
{
border-color: #AC0051;
}
.TagClassName
{
border-color: #AC0051;
}
</style>