Shades of Jazzberry Jam #AA036B
Tints of Jazzberry Jam #AA036B
RGB
CMYK
RGB Variations
Color information
#AA036B (or 0xAA036B) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 6B. RGB value is (170,3,107). Sum of RGB (Red+Green+Blue) = 170+3+107=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA036B is #55FC94. Grayscale: #404040. Windows color (decimal): -5635221 or 7013290. OLE color: 7013290.
HSL color Cylindrical-coordinate representation of color #AA036B: hue angle of 322.63º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA036B is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 107 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.33 |
| HSL | 322.63º | 0.97% | 0.34% | - |
| HSV(B) | 322.63º | 0.98% | 0.67% | - |
| XYZ | 19.26 | 9.67 | 14.76 | - |
| YUV | 64.79 | 151.83 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 107 | 0 | 0.98 | 0.37 | 0.33 | 322.63 | 0.97 | 0.34 |
| Hex | AA | 3 | 6B | 0 | 62 | 25 | 21 | 143 | 61 | 22 |
| Octal | 252 | 3 | 153 | 0 | 142 | 45 | 41 | 503 | 141 | 42 |
| Binary | 10101010 | 11 | 1101011 | 0 | 1100010 | 100101 | 100001 | 101000011 | 1100001 | 100010 |
Color Harmonies of #AA036B
Complementary color
Monochromatic Colors of #AA036B
Black with #AA036B
Text Example
Text Example
White with #AA036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA036B; }
p { color: rgb(170,3,107); }
H1.HeaderClassName
{
color: #AA036B;
}
.AnyTagClassName
{
color: #AA036B;
}
</style>
background-color css
<style>
a { background-color: #AA036B; }
a { background-color: rgb(170,3,107); }
div.DivClassName
{
background-color: #AA036B;
}
.BgClassName
{
background-color: #AA036B;
}
</style>
border-color css
<style>
span { border-color: #AA036B; }
span { border-color: rgb(170,3,107); }
td.TdClassName
{
border-color: #AA036B;
}
.TagClassName
{
border-color: #AA036B;
}
</style>