Shades of Jazzberry Jam #AC0A5D
Tints of Jazzberry Jam #AC0A5D
RGB
CMYK
RGB Variations
Color information
#AC0A5D (or 0xAC0A5D) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 5D. RGB value is (172,10,93). Sum of RGB (Red+Green+Blue) = 172+10+93=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A5D is #53F5A2. Grayscale: #434343. Windows color (decimal): -5502371 or 6097580. OLE color: 6097580.
HSL color Cylindrical-coordinate representation of color #AC0A5D: hue angle of 329.26º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A5D is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 93 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.33 |
| HSL | 329.26º | 0.89% | 0.36% | - |
| HSV(B) | 329.26º | 0.94% | 0.67% | - |
| XYZ | 19.1 | 9.78 | 11.24 | - |
| YUV | 67.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 93 | 0 | 0.94 | 0.46 | 0.33 | 329.26 | 0.89 | 0.36 |
| Hex | AC | A | 5D | 0 | 5E | 2E | 21 | 149 | 59 | 24 |
| Octal | 254 | 12 | 135 | 0 | 136 | 56 | 41 | 511 | 131 | 44 |
| Binary | 10101100 | 1010 | 1011101 | 0 | 1011110 | 101110 | 100001 | 101001001 | 1011001 | 100100 |
Color Harmonies of #AC0A5D
Complementary color
Monochromatic Colors of #AC0A5D
Black with #AC0A5D
Text Example
Text Example
White with #AC0A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A5D; }
p { color: rgb(172,10,93); }
H1.HeaderClassName
{
color: #AC0A5D;
}
.AnyTagClassName
{
color: #AC0A5D;
}
</style>
background-color css
<style>
a { background-color: #AC0A5D; }
a { background-color: rgb(172,10,93); }
div.DivClassName
{
background-color: #AC0A5D;
}
.BgClassName
{
background-color: #AC0A5D;
}
</style>
border-color css
<style>
span { border-color: #AC0A5D; }
span { border-color: rgb(172,10,93); }
td.TdClassName
{
border-color: #AC0A5D;
}
.TagClassName
{
border-color: #AC0A5D;
}
</style>