Shades of Jazzberry Jam #AA126B
Tints of Jazzberry Jam #AA126B
RGB
CMYK
RGB Variations
Color information
#AA126B (or 0xAA126B) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 6B. RGB value is (170,18,107). Sum of RGB (Red+Green+Blue) = 170+18+107=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA126B is #55ED94. Grayscale: #494949. Windows color (decimal): -5631381 or 7017130. OLE color: 7017130.
HSL color Cylindrical-coordinate representation of color #AA126B: hue angle of 324.87º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA126B is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 107 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.33 |
| HSL | 324.87º | 0.81% | 0.37% | - |
| HSV(B) | 324.87º | 0.89% | 0.67% | - |
| XYZ | 19.45 | 10.04 | 14.82 | - |
| YUV | 73.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 107 | 0 | 0.89 | 0.37 | 0.33 | 324.87 | 0.81 | 0.37 |
| Hex | AA | 12 | 6B | 0 | 59 | 25 | 21 | 145 | 51 | 25 |
| Octal | 252 | 22 | 153 | 0 | 131 | 45 | 41 | 505 | 121 | 45 |
| Binary | 10101010 | 10010 | 1101011 | 0 | 1011001 | 100101 | 100001 | 101000101 | 1010001 | 100101 |
Color Harmonies of #AA126B
Complementary color
Monochromatic Colors of #AA126B
Black with #AA126B
Text Example
Text Example
White with #AA126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA126B; }
p { color: rgb(170,18,107); }
H1.HeaderClassName
{
color: #AA126B;
}
.AnyTagClassName
{
color: #AA126B;
}
</style>
background-color css
<style>
a { background-color: #AA126B; }
a { background-color: rgb(170,18,107); }
div.DivClassName
{
background-color: #AA126B;
}
.BgClassName
{
background-color: #AA126B;
}
</style>
border-color css
<style>
span { border-color: #AA126B; }
span { border-color: rgb(170,18,107); }
td.TdClassName
{
border-color: #AA126B;
}
.TagClassName
{
border-color: #AA126B;
}
</style>