Shades of Jazzberry Jam #AA0066
Tints of Jazzberry Jam #AA0066
RGB
CMYK
RGB Variations
Color information
#AA0066 (or 0xAA0066) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 66. RGB value is (170,0,102). Sum of RGB (Red+Green+Blue) = 170+0+102=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0066 is #55FF99. Grayscale: #3E3E3E. Windows color (decimal): -5635994 or 6684842. OLE color: 6684842.
HSL color Cylindrical-coordinate representation of color #AA0066: hue angle of 324º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0066 is Cyan = 0, Magento = 1, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.4 | 0.33 |
| HSL | 324º | 1% | 0.33% | - |
| HSV(B) | 324º | 1% | 0.67% | - |
| XYZ | 18.98 | 9.51 | 13.4 | - |
| YUV | 62.46 | 150.32 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 102 | 0 | 1 | 0.4 | 0.33 | 324 | 1 | 0.33 |
| Hex | AA | 0 | 66 | 0 | 64 | 28 | 21 | 144 | 64 | 21 |
| Octal | 252 | 0 | 146 | 0 | 144 | 50 | 41 | 504 | 144 | 41 |
| Binary | 10101010 | 0 | 1100110 | 0 | 1100100 | 101000 | 100001 | 101000100 | 1100100 | 100001 |
Color Harmonies of #AA0066
Complementary color
Monochromatic Colors of #AA0066
Black with #AA0066
Text Example
Text Example
White with #AA0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0066; }
p { color: rgb(170,0,102); }
H1.HeaderClassName
{
color: #AA0066;
}
.AnyTagClassName
{
color: #AA0066;
}
</style>
background-color css
<style>
a { background-color: #AA0066; }
a { background-color: rgb(170,0,102); }
div.DivClassName
{
background-color: #AA0066;
}
.BgClassName
{
background-color: #AA0066;
}
</style>
border-color css
<style>
span { border-color: #AA0066; }
span { border-color: rgb(170,0,102); }
td.TdClassName
{
border-color: #AA0066;
}
.TagClassName
{
border-color: #AA0066;
}
</style>