Shades of Jazzberry Jam #AA026B
Tints of Jazzberry Jam #AA026B
RGB
CMYK
RGB Variations
Color information
#AA026B (or 0xAA026B) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 6B. RGB value is (170,2,107). Sum of RGB (Red+Green+Blue) = 170+2+107=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA026B is #55FD94. Grayscale: #3F3F3F. Windows color (decimal): -5635477 or 7013034. OLE color: 7013034.
HSL color Cylindrical-coordinate representation of color #AA026B: hue angle of 322.5º 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 #AA026B is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.33 |
| HSL | 322.5º | 0.98% | 0.34% | - |
| HSV(B) | 322.5º | 0.99% | 0.67% | - |
| XYZ | 19.25 | 9.65 | 14.76 | - |
| YUV | 64.2 | 152.16 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 107 | 0 | 0.99 | 0.37 | 0.33 | 322.5 | 0.98 | 0.34 |
| Hex | AA | 2 | 6B | 0 | 63 | 25 | 21 | 142 | 62 | 22 |
| Octal | 252 | 2 | 153 | 0 | 143 | 45 | 41 | 502 | 142 | 42 |
| Binary | 10101010 | 10 | 1101011 | 0 | 1100011 | 100101 | 100001 | 101000010 | 1100010 | 100010 |
Color Harmonies of #AA026B
Complementary color
Monochromatic Colors of #AA026B
Black with #AA026B
Text Example
Text Example
White with #AA026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA026B; }
p { color: rgb(170,2,107); }
H1.HeaderClassName
{
color: #AA026B;
}
.AnyTagClassName
{
color: #AA026B;
}
</style>
background-color css
<style>
a { background-color: #AA026B; }
a { background-color: rgb(170,2,107); }
div.DivClassName
{
background-color: #AA026B;
}
.BgClassName
{
background-color: #AA026B;
}
</style>
border-color css
<style>
span { border-color: #AA026B; }
span { border-color: rgb(170,2,107); }
td.TdClassName
{
border-color: #AA026B;
}
.TagClassName
{
border-color: #AA026B;
}
</style>