Shades of Jazzberry Jam #AC0A6B
Tints of Jazzberry Jam #AC0A6B
RGB
CMYK
RGB Variations
Color information
#AC0A6B (or 0xAC0A6B) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 6B. RGB value is (172,10,107). Sum of RGB (Red+Green+Blue) = 172+10+107=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A6B is #53F594. Grayscale: #454545. Windows color (decimal): -5502357 or 7015084. OLE color: 7015084.
HSL color Cylindrical-coordinate representation of color #AC0A6B: hue angle of 324.07º 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 #AC0A6B is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 107 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.33 |
| HSL | 324.07º | 0.89% | 0.36% | - |
| HSV(B) | 324.07º | 0.94% | 0.67% | - |
| XYZ | 19.78 | 10.05 | 14.81 | - |
| YUV | 69.5 | 149.17 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 107 | 0 | 0.94 | 0.38 | 0.33 | 324.07 | 0.89 | 0.36 |
| Hex | AC | A | 6B | 0 | 5E | 26 | 21 | 144 | 59 | 24 |
| Octal | 254 | 12 | 153 | 0 | 136 | 46 | 41 | 504 | 131 | 44 |
| Binary | 10101100 | 1010 | 1101011 | 0 | 1011110 | 100110 | 100001 | 101000100 | 1011001 | 100100 |
Color Harmonies of #AC0A6B
Complementary color
Monochromatic Colors of #AC0A6B
Black with #AC0A6B
Text Example
Text Example
White with #AC0A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A6B; }
p { color: rgb(172,10,107); }
H1.HeaderClassName
{
color: #AC0A6B;
}
.AnyTagClassName
{
color: #AC0A6B;
}
</style>
background-color css
<style>
a { background-color: #AC0A6B; }
a { background-color: rgb(172,10,107); }
div.DivClassName
{
background-color: #AC0A6B;
}
.BgClassName
{
background-color: #AC0A6B;
}
</style>
border-color css
<style>
span { border-color: #AC0A6B; }
span { border-color: rgb(172,10,107); }
td.TdClassName
{
border-color: #AC0A6B;
}
.TagClassName
{
border-color: #AC0A6B;
}
</style>