Shades of Jazzberry Jam #AC0052
Tints of Jazzberry Jam #AC0052
RGB
CMYK
RGB Variations
Color information
#AC0052 (or 0xAC0052) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 52. RGB value is (172,0,82). Sum of RGB (Red+Green+Blue) = 172+0+82=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0052 is #53FFAD. Grayscale: #3C3C3C. Windows color (decimal): -5504942 or 5374124. OLE color: 5374124.
HSL color Cylindrical-coordinate representation of color #AC0052: hue angle of 331.4º 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 #AC0052 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.52 | 0.33 |
| HSL | 331.4º | 1% | 0.34% | - |
| HSV(B) | 331.4º | 1% | 0.67% | - |
| XYZ | 18.54 | 9.38 | 8.82 | - |
| YUV | 60.78 | 139.98 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 82 | 0 | 1 | 0.52 | 0.33 | 331.4 | 1 | 0.34 |
| Hex | AC | 0 | 52 | 0 | 64 | 34 | 21 | 14B | 64 | 22 |
| Octal | 254 | 0 | 122 | 0 | 144 | 64 | 41 | 513 | 144 | 42 |
| Binary | 10101100 | 0 | 1010010 | 0 | 1100100 | 110100 | 100001 | 101001011 | 1100100 | 100010 |
Color Harmonies of #AC0052
Complementary color
Monochromatic Colors of #AC0052
Black with #AC0052
Text Example
Text Example
White with #AC0052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0052; }
p { color: rgb(172,0,82); }
H1.HeaderClassName
{
color: #AC0052;
}
.AnyTagClassName
{
color: #AC0052;
}
</style>
background-color css
<style>
a { background-color: #AC0052; }
a { background-color: rgb(172,0,82); }
div.DivClassName
{
background-color: #AC0052;
}
.BgClassName
{
background-color: #AC0052;
}
</style>
border-color css
<style>
span { border-color: #AC0052; }
span { border-color: rgb(172,0,82); }
td.TdClassName
{
border-color: #AC0052;
}
.TagClassName
{
border-color: #AC0052;
}
</style>