Shades of Jazzberry Jam #AA0E63
Tints of Jazzberry Jam #AA0E63
RGB
CMYK
RGB Variations
Color information
#AA0E63 (or 0xAA0E63) is known color: Jazzberry Jam. HEX triplet: AA, 0E and 63. RGB value is (170,14,99). Sum of RGB (Red+Green+Blue) = 170+14+99=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E63 is #55F19C. Grayscale: #464646. Windows color (decimal): -5632413 or 6491818. OLE color: 6491818.
HSL color Cylindrical-coordinate representation of color #AA0E63: hue angle of 327.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E63 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 99 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.33 |
| HSL | 327.31º | 0.85% | 0.36% | - |
| HSV(B) | 327.31º | 0.92% | 0.67% | - |
| XYZ | 18.99 | 9.76 | 12.69 | - |
| YUV | 70.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 99 | 0 | 0.92 | 0.42 | 0.33 | 327.31 | 0.85 | 0.36 |
| Hex | AA | E | 63 | 0 | 5C | 2A | 21 | 147 | 55 | 24 |
| Octal | 252 | 16 | 143 | 0 | 134 | 52 | 41 | 507 | 125 | 44 |
| Binary | 10101010 | 1110 | 1100011 | 0 | 1011100 | 101010 | 100001 | 101000111 | 1010101 | 100100 |
Color Harmonies of #AA0E63
Complementary color
Monochromatic Colors of #AA0E63
Black with #AA0E63
Text Example
Text Example
White with #AA0E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E63; }
p { color: rgb(170,14,99); }
H1.HeaderClassName
{
color: #AA0E63;
}
.AnyTagClassName
{
color: #AA0E63;
}
</style>
background-color css
<style>
a { background-color: #AA0E63; }
a { background-color: rgb(170,14,99); }
div.DivClassName
{
background-color: #AA0E63;
}
.BgClassName
{
background-color: #AA0E63;
}
</style>
border-color css
<style>
span { border-color: #AA0E63; }
span { border-color: rgb(170,14,99); }
td.TdClassName
{
border-color: #AA0E63;
}
.TagClassName
{
border-color: #AA0E63;
}
</style>