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