Shades of Jazzberry Jam #AA026A
Tints of Jazzberry Jam #AA026A
RGB
CMYK
RGB Variations
Color information
#AA026A (or 0xAA026A) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 6A. RGB value is (170,2,106). Sum of RGB (Red+Green+Blue) = 170+2+106=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA026A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA026A is #55FD95. Grayscale: #3F3F3F. Windows color (decimal): -5635478 or 6947498. OLE color: 6947498.
HSL color Cylindrical-coordinate representation of color #AA026A: hue angle of 322.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA026A is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.33 |
| HSL | 322.86º | 0.98% | 0.34% | - |
| HSV(B) | 322.86º | 0.99% | 0.67% | - |
| XYZ | 19.2 | 9.63 | 14.48 | - |
| YUV | 64.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 106 | 0 | 0.99 | 0.38 | 0.33 | 322.86 | 0.98 | 0.34 |
| Hex | AA | 2 | 6A | 0 | 63 | 26 | 21 | 143 | 62 | 22 |
| Octal | 252 | 2 | 152 | 0 | 143 | 46 | 41 | 503 | 142 | 42 |
| Binary | 10101010 | 10 | 1101010 | 0 | 1100011 | 100110 | 100001 | 101000011 | 1100010 | 100010 |
Color Harmonies of #AA026A
Complementary color
Monochromatic Colors of #AA026A
Black with #AA026A
Text Example
Text Example
White with #AA026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA026A; }
p { color: rgb(170,2,106); }
H1.HeaderClassName
{
color: #AA026A;
}
.AnyTagClassName
{
color: #AA026A;
}
</style>
background-color css
<style>
a { background-color: #AA026A; }
a { background-color: rgb(170,2,106); }
div.DivClassName
{
background-color: #AA026A;
}
.BgClassName
{
background-color: #AA026A;
}
</style>
border-color css
<style>
span { border-color: #AA026A; }
span { border-color: rgb(170,2,106); }
td.TdClassName
{
border-color: #AA026A;
}
.TagClassName
{
border-color: #AA026A;
}
</style>