Shades of Jazzberry Jam #AC0D67
Tints of Jazzberry Jam #AC0D67
RGB
CMYK
RGB Variations
Color information
#AC0D67 (or 0xAC0D67) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 67. RGB value is (172,13,103). Sum of RGB (Red+Green+Blue) = 172+13+103=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D67 is #53F298. Grayscale: #464646. Windows color (decimal): -5501593 or 6753708. OLE color: 6753708.
HSL color Cylindrical-coordinate representation of color #AC0D67: hue angle of 326.04º 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 #AC0D67 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 103 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.33 |
| HSL | 326.04º | 0.86% | 0.36% | - |
| HSV(B) | 326.04º | 0.92% | 0.67% | - |
| XYZ | 19.61 | 10.04 | 13.74 | - |
| YUV | 70.8 | 146.18 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 103 | 0 | 0.92 | 0.40 | 0.33 | 326.04 | 0.86 | 0.36 |
| Hex | AC | D | 67 | 0 | 5C | 28 | 21 | 146 | 56 | 24 |
| Octal | 254 | 15 | 147 | 0 | 134 | 50 | 41 | 506 | 126 | 44 |
| Binary | 10101100 | 1101 | 1100111 | 0 | 1011100 | 101000 | 100001 | 101000110 | 1010110 | 100100 |
Color Harmonies of #AC0D67
Complementary color
Monochromatic Colors of #AC0D67
Black with #AC0D67
Text Example
Text Example
White with #AC0D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0D67; }
p { color: rgb(172,13,103); }
H1.HeaderClassName
{
color: #AC0D67;
}
.AnyTagClassName
{
color: #AC0D67;
}
</style>
background-color css
<style>
a { background-color: #AC0D67; }
a { background-color: rgb(172,13,103); }
div.DivClassName
{
background-color: #AC0D67;
}
.BgClassName
{
background-color: #AC0D67;
}
</style>
border-color css
<style>
span { border-color: #AC0D67; }
span { border-color: rgb(172,13,103); }
td.TdClassName
{
border-color: #AC0D67;
}
.TagClassName
{
border-color: #AC0D67;
}
</style>