Shades of Jazzberry Jam #AC0D4A
Tints of Jazzberry Jam #AC0D4A
RGB
CMYK
RGB Variations
Color information
#AC0D4A (or 0xAC0D4A) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 4A. RGB value is (172,13,74). Sum of RGB (Red+Green+Blue) = 172+13+74=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0D4A is #53F2B5. Grayscale: #434343. Windows color (decimal): -5501622 or 4853164. OLE color: 4853164.
HSL color Cylindrical-coordinate representation of color #AC0D4A: hue angle of 336.98º 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 #AC0D4A is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 74 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.33 |
| HSL | 336.98º | 0.86% | 0.36% | - |
| HSV(B) | 336.98º | 0.92% | 0.67% | - |
| XYZ | 18.39 | 9.55 | 7.35 | - |
| YUV | 67.5 | 131.68 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 74 | 0 | 0.92 | 0.57 | 0.33 | 336.98 | 0.86 | 0.36 |
| Hex | AC | D | 4A | 0 | 5C | 39 | 21 | 151 | 56 | 24 |
| Octal | 254 | 15 | 112 | 0 | 134 | 71 | 41 | 521 | 126 | 44 |
| Binary | 10101100 | 1101 | 1001010 | 0 | 1011100 | 111001 | 100001 | 101010001 | 1010110 | 100100 |
Color Harmonies of #AC0D4A
Complementary color
Monochromatic Colors of #AC0D4A
Black with #AC0D4A
Text Example
Text Example
White with #AC0D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0D4A; }
p { color: rgb(172,13,74); }
H1.HeaderClassName
{
color: #AC0D4A;
}
.AnyTagClassName
{
color: #AC0D4A;
}
</style>
background-color css
<style>
a { background-color: #AC0D4A; }
a { background-color: rgb(172,13,74); }
div.DivClassName
{
background-color: #AC0D4A;
}
.BgClassName
{
background-color: #AC0D4A;
}
</style>
border-color css
<style>
span { border-color: #AC0D4A; }
span { border-color: rgb(172,13,74); }
td.TdClassName
{
border-color: #AC0D4A;
}
.TagClassName
{
border-color: #AC0D4A;
}
</style>