Shades of Jazzberry Jam #AC156E
Tints of Jazzberry Jam #AC156E
RGB
CMYK
RGB Variations
Color information
#AC156E (or 0xAC156E) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 6E. RGB value is (172,21,110). Sum of RGB (Red+Green+Blue) = 172+21+110=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC156E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC156E is #53EA91. Grayscale: #4C4C4C. Windows color (decimal): -5499538 or 7214508. OLE color: 7214508.
HSL color Cylindrical-coordinate representation of color #AC156E: hue angle of 324.64º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC156E is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 110 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.33 |
| HSL | 324.64º | 0.78% | 0.38% | - |
| HSV(B) | 324.64º | 0.88% | 0.67% | - |
| XYZ | 20.1 | 10.43 | 15.71 | - |
| YUV | 76.3 | 147.03 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 110 | 0 | 0.88 | 0.36 | 0.33 | 324.64 | 0.78 | 0.38 |
| Hex | AC | 15 | 6E | 0 | 58 | 24 | 21 | 145 | 4E | 26 |
| Octal | 254 | 25 | 156 | 0 | 130 | 44 | 41 | 505 | 116 | 46 |
| Binary | 10101100 | 10101 | 1101110 | 0 | 1011000 | 100100 | 100001 | 101000101 | 1001110 | 100110 |
Color Harmonies of #AC156E
Complementary color
Monochromatic Colors of #AC156E
Black with #AC156E
Text Example
Text Example
White with #AC156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC156E; }
p { color: rgb(172,21,110); }
H1.HeaderClassName
{
color: #AC156E;
}
.AnyTagClassName
{
color: #AC156E;
}
</style>
background-color css
<style>
a { background-color: #AC156E; }
a { background-color: rgb(172,21,110); }
div.DivClassName
{
background-color: #AC156E;
}
.BgClassName
{
background-color: #AC156E;
}
</style>
border-color css
<style>
span { border-color: #AC156E; }
span { border-color: rgb(172,21,110); }
td.TdClassName
{
border-color: #AC156E;
}
.TagClassName
{
border-color: #AC156E;
}
</style>