Shades of Jazzberry Jam #AC0D6D
Tints of Jazzberry Jam #AC0D6D
RGB
CMYK
RGB Variations
Color information
#AC0D6D (or 0xAC0D6D) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 6D. RGB value is (172,13,109). Sum of RGB (Red+Green+Blue) = 172+13+109=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D6D is #53F292. Grayscale: #474747. Windows color (decimal): -5501587 or 7146924. OLE color: 7146924.
HSL color Cylindrical-coordinate representation of color #AC0D6D: hue angle of 323.77º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0D6D is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 109 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.33 |
| HSL | 323.77º | 0.86% | 0.36% | - |
| HSV(B) | 323.77º | 0.92% | 0.67% | - |
| XYZ | 19.92 | 10.16 | 15.38 | - |
| YUV | 71.49 | 149.18 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 109 | 0 | 0.92 | 0.37 | 0.33 | 323.77 | 0.86 | 0.36 |
| Hex | AC | D | 6D | 0 | 5C | 25 | 21 | 144 | 56 | 24 |
| Octal | 254 | 15 | 155 | 0 | 134 | 45 | 41 | 504 | 126 | 44 |
| Binary | 10101100 | 1101 | 1101101 | 0 | 1011100 | 100101 | 100001 | 101000100 | 1010110 | 100100 |
Color Harmonies of #AC0D6D
Complementary color
Monochromatic Colors of #AC0D6D
Black with #AC0D6D
Text Example
Text Example
White with #AC0D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0D6D; }
p { color: rgb(172,13,109); }
H1.HeaderClassName
{
color: #AC0D6D;
}
.AnyTagClassName
{
color: #AC0D6D;
}
</style>
background-color css
<style>
a { background-color: #AC0D6D; }
a { background-color: rgb(172,13,109); }
div.DivClassName
{
background-color: #AC0D6D;
}
.BgClassName
{
background-color: #AC0D6D;
}
</style>
border-color css
<style>
span { border-color: #AC0D6D; }
span { border-color: rgb(172,13,109); }
td.TdClassName
{
border-color: #AC0D6D;
}
.TagClassName
{
border-color: #AC0D6D;
}
</style>