Shades of Jazzberry Jam #AA156C
Tints of Jazzberry Jam #AA156C
RGB
CMYK
RGB Variations
Color information
#AA156C (or 0xAA156C) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 6C. RGB value is (170,21,108). Sum of RGB (Red+Green+Blue) = 170+21+108=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA156C is #55EA93. Grayscale: #4B4B4B. Windows color (decimal): -5630612 or 7083434. OLE color: 7083434.
HSL color Cylindrical-coordinate representation of color #AA156C: hue angle of 324.97º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA156C is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 108 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.33 |
| HSL | 324.97º | 0.78% | 0.37% | - |
| HSV(B) | 324.97º | 0.88% | 0.67% | - |
| XYZ | 19.55 | 10.17 | 15.12 | - |
| YUV | 75.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 108 | 0 | 0.88 | 0.36 | 0.33 | 324.97 | 0.78 | 0.37 |
| Hex | AA | 15 | 6C | 0 | 58 | 24 | 21 | 145 | 4E | 25 |
| Octal | 252 | 25 | 154 | 0 | 130 | 44 | 41 | 505 | 116 | 45 |
| Binary | 10101010 | 10101 | 1101100 | 0 | 1011000 | 100100 | 100001 | 101000101 | 1001110 | 100101 |
Color Harmonies of #AA156C
Complementary color
Monochromatic Colors of #AA156C
Black with #AA156C
Text Example
Text Example
White with #AA156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA156C; }
p { color: rgb(170,21,108); }
H1.HeaderClassName
{
color: #AA156C;
}
.AnyTagClassName
{
color: #AA156C;
}
</style>
background-color css
<style>
a { background-color: #AA156C; }
a { background-color: rgb(170,21,108); }
div.DivClassName
{
background-color: #AA156C;
}
.BgClassName
{
background-color: #AA156C;
}
</style>
border-color css
<style>
span { border-color: #AA156C; }
span { border-color: rgb(170,21,108); }
td.TdClassName
{
border-color: #AA156C;
}
.TagClassName
{
border-color: #AA156C;
}
</style>