Shades of Jazzberry Jam #AA056C
Tints of Jazzberry Jam #AA056C
RGB
CMYK
RGB Variations
Color information
#AA056C (or 0xAA056C) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 6C. RGB value is (170,5,108). Sum of RGB (Red+Green+Blue) = 170+5+108=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA056C is #55FA93. Grayscale: #414141. Windows color (decimal): -5634708 or 7079338. OLE color: 7079338.
HSL color Cylindrical-coordinate representation of color #AA056C: hue angle of 322.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA056C is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.33 |
| HSL | 322.55º | 0.94% | 0.34% | - |
| HSV(B) | 322.55º | 0.97% | 0.67% | - |
| XYZ | 19.34 | 9.74 | 15.05 | - |
| YUV | 66.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 108 | 0 | 0.97 | 0.36 | 0.33 | 322.55 | 0.94 | 0.34 |
| Hex | AA | 5 | 6C | 0 | 61 | 24 | 21 | 143 | 5E | 22 |
| Octal | 252 | 5 | 154 | 0 | 141 | 44 | 41 | 503 | 136 | 42 |
| Binary | 10101010 | 101 | 1101100 | 0 | 1100001 | 100100 | 100001 | 101000011 | 1011110 | 100010 |
Color Harmonies of #AA056C
Complementary color
Monochromatic Colors of #AA056C
Black with #AA056C
Text Example
Text Example
White with #AA056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA056C; }
p { color: rgb(170,5,108); }
H1.HeaderClassName
{
color: #AA056C;
}
.AnyTagClassName
{
color: #AA056C;
}
</style>
background-color css
<style>
a { background-color: #AA056C; }
a { background-color: rgb(170,5,108); }
div.DivClassName
{
background-color: #AA056C;
}
.BgClassName
{
background-color: #AA056C;
}
</style>
border-color css
<style>
span { border-color: #AA056C; }
span { border-color: rgb(170,5,108); }
td.TdClassName
{
border-color: #AA056C;
}
.TagClassName
{
border-color: #AA056C;
}
</style>