Shades of Jazzberry Jam #AA206D
Tints of Jazzberry Jam #AA206D
RGB
CMYK
RGB Variations
Color information
#AA206D (or 0xAA206D) is known color: Jazzberry Jam. HEX triplet: AA, 20 and 6D. RGB value is (170,32,109). Sum of RGB (Red+Green+Blue) = 170+32+109=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA206D is #55DF92. Grayscale: #515151. Windows color (decimal): -5627795 or 7151786. OLE color: 7151786.
HSL color Cylindrical-coordinate representation of color #AA206D: hue angle of 326.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA206D is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 109 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.33 |
| HSL | 326.52º | 0.68% | 0.4% | - |
| HSV(B) | 326.52º | 0.81% | 0.67% | - |
| XYZ | 19.85 | 10.68 | 15.48 | - |
| YUV | 82.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 109 | 0 | 0.81 | 0.36 | 0.33 | 326.52 | 0.68 | 0.4 |
| Hex | AA | 20 | 6D | 0 | 51 | 24 | 21 | 147 | 44 | 28 |
| Octal | 252 | 40 | 155 | 0 | 121 | 44 | 41 | 507 | 104 | 50 |
| Binary | 10101010 | 100000 | 1101101 | 0 | 1010001 | 100100 | 100001 | 101000111 | 1000100 | 101000 |
Color Harmonies of #AA206D
Complementary color
Monochromatic Colors of #AA206D
Black with #AA206D
Text Example
Text Example
White with #AA206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA206D; }
p { color: rgb(170,32,109); }
H1.HeaderClassName
{
color: #AA206D;
}
.AnyTagClassName
{
color: #AA206D;
}
</style>
background-color css
<style>
a { background-color: #AA206D; }
a { background-color: rgb(170,32,109); }
div.DivClassName
{
background-color: #AA206D;
}
.BgClassName
{
background-color: #AA206D;
}
</style>
border-color css
<style>
span { border-color: #AA206D; }
span { border-color: rgb(170,32,109); }
td.TdClassName
{
border-color: #AA206D;
}
.TagClassName
{
border-color: #AA206D;
}
</style>