Shades of Jazzberry Jam #AA126D
Tints of Jazzberry Jam #AA126D
RGB
CMYK
RGB Variations
Color information
#AA126D (or 0xAA126D) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 6D. RGB value is (170,18,109). Sum of RGB (Red+Green+Blue) = 170+18+109=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA126D is #55ED92. Grayscale: #494949. Windows color (decimal): -5631379 or 7148202. OLE color: 7148202.
HSL color Cylindrical-coordinate representation of color #AA126D: hue angle of 324.08º 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 #AA126D is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 109 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.33 |
| HSL | 324.08º | 0.81% | 0.37% | - |
| HSV(B) | 324.08º | 0.89% | 0.67% | - |
| XYZ | 19.55 | 10.08 | 15.38 | - |
| YUV | 73.82 | 147.86 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 109 | 0 | 0.89 | 0.36 | 0.33 | 324.08 | 0.81 | 0.37 |
| Hex | AA | 12 | 6D | 0 | 59 | 24 | 21 | 144 | 51 | 25 |
| Octal | 252 | 22 | 155 | 0 | 131 | 44 | 41 | 504 | 121 | 45 |
| Binary | 10101010 | 10010 | 1101101 | 0 | 1011001 | 100100 | 100001 | 101000100 | 1010001 | 100101 |
Color Harmonies of #AA126D
Complementary color
Monochromatic Colors of #AA126D
Black with #AA126D
Text Example
Text Example
White with #AA126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA126D; }
p { color: rgb(170,18,109); }
H1.HeaderClassName
{
color: #AA126D;
}
.AnyTagClassName
{
color: #AA126D;
}
</style>
background-color css
<style>
a { background-color: #AA126D; }
a { background-color: rgb(170,18,109); }
div.DivClassName
{
background-color: #AA126D;
}
.BgClassName
{
background-color: #AA126D;
}
</style>
border-color css
<style>
span { border-color: #AA126D; }
span { border-color: rgb(170,18,109); }
td.TdClassName
{
border-color: #AA126D;
}
.TagClassName
{
border-color: #AA126D;
}
</style>