Shades of Jazzberry Jam #AC065E
Tints of Jazzberry Jam #AC065E
RGB
CMYK
RGB Variations
Color information
#AC065E (or 0xAC065E) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 5E. RGB value is (172,6,94). Sum of RGB (Red+Green+Blue) = 172+6+94=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC065E is #53F9A1. Grayscale: #414141. Windows color (decimal): -5503394 or 6162092. OLE color: 6162092.
HSL color Cylindrical-coordinate representation of color #AC065E: hue angle of 328.19º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC065E is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 94 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.33 |
| HSL | 328.19º | 0.93% | 0.35% | - |
| HSV(B) | 328.19º | 0.97% | 0.67% | - |
| XYZ | 19.1 | 9.71 | 11.46 | - |
| YUV | 65.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 94 | 0 | 0.97 | 0.45 | 0.33 | 328.19 | 0.93 | 0.35 |
| Hex | AC | 6 | 5E | 0 | 61 | 2D | 21 | 148 | 5D | 23 |
| Octal | 254 | 6 | 136 | 0 | 141 | 55 | 41 | 510 | 135 | 43 |
| Binary | 10101100 | 110 | 1011110 | 0 | 1100001 | 101101 | 100001 | 101001000 | 1011101 | 100011 |
Color Harmonies of #AC065E
Complementary color
Monochromatic Colors of #AC065E
Black with #AC065E
Text Example
Text Example
White with #AC065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC065E; }
p { color: rgb(172,6,94); }
H1.HeaderClassName
{
color: #AC065E;
}
.AnyTagClassName
{
color: #AC065E;
}
</style>
background-color css
<style>
a { background-color: #AC065E; }
a { background-color: rgb(172,6,94); }
div.DivClassName
{
background-color: #AC065E;
}
.BgClassName
{
background-color: #AC065E;
}
</style>
border-color css
<style>
span { border-color: #AC065E; }
span { border-color: rgb(172,6,94); }
td.TdClassName
{
border-color: #AC065E;
}
.TagClassName
{
border-color: #AC065E;
}
</style>