Shades of Jazzberry Jam #AC0C5D
Tints of Jazzberry Jam #AC0C5D
RGB
CMYK
RGB Variations
Color information
#AC0C5D (or 0xAC0C5D) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 5D. RGB value is (172,12,93). Sum of RGB (Red+Green+Blue) = 172+12+93=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C5D is #53F3A2. Grayscale: #444444. Windows color (decimal): -5501859 or 6098092. OLE color: 6098092.
HSL color Cylindrical-coordinate representation of color #AC0C5D: hue angle of 329.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C5D is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 93 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.33 |
| HSL | 329.63º | 0.87% | 0.36% | - |
| HSV(B) | 329.63º | 0.93% | 0.67% | - |
| XYZ | 19.12 | 9.82 | 11.24 | - |
| YUV | 69.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 93 | 0 | 0.93 | 0.46 | 0.33 | 329.63 | 0.87 | 0.36 |
| Hex | AC | C | 5D | 0 | 5D | 2E | 21 | 14A | 57 | 24 |
| Octal | 254 | 14 | 135 | 0 | 135 | 56 | 41 | 512 | 127 | 44 |
| Binary | 10101100 | 1100 | 1011101 | 0 | 1011101 | 101110 | 100001 | 101001010 | 1010111 | 100100 |
Color Harmonies of #AC0C5D
Complementary color
Monochromatic Colors of #AC0C5D
Black with #AC0C5D
Text Example
Text Example
White with #AC0C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C5D; }
p { color: rgb(172,12,93); }
H1.HeaderClassName
{
color: #AC0C5D;
}
.AnyTagClassName
{
color: #AC0C5D;
}
</style>
background-color css
<style>
a { background-color: #AC0C5D; }
a { background-color: rgb(172,12,93); }
div.DivClassName
{
background-color: #AC0C5D;
}
.BgClassName
{
background-color: #AC0C5D;
}
</style>
border-color css
<style>
span { border-color: #AC0C5D; }
span { border-color: rgb(172,12,93); }
td.TdClassName
{
border-color: #AC0C5D;
}
.TagClassName
{
border-color: #AC0C5D;
}
</style>