Shades of Jazzberry Jam #AA005E
Tints of Jazzberry Jam #AA005E
RGB
CMYK
RGB Variations
Color information
#AA005E (or 0xAA005E) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 5E. RGB value is (170,0,94). Sum of RGB (Red+Green+Blue) = 170+0+94=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA005E is #55FFA1. Grayscale: #3D3D3D. Windows color (decimal): -5636002 or 6160554. OLE color: 6160554.
HSL color Cylindrical-coordinate representation of color #AA005E: hue angle of 326.82º 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 #AA005E is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.45 | 0.33 |
| HSL | 326.82º | 1% | 0.33% | - |
| HSV(B) | 326.82º | 1% | 0.67% | - |
| XYZ | 18.6 | 9.35 | 11.42 | - |
| YUV | 61.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 94 | 0 | 1 | 0.45 | 0.33 | 326.82 | 1 | 0.33 |
| Hex | AA | 0 | 5E | 0 | 64 | 2D | 21 | 147 | 64 | 21 |
| Octal | 252 | 0 | 136 | 0 | 144 | 55 | 41 | 507 | 144 | 41 |
| Binary | 10101010 | 0 | 1011110 | 0 | 1100100 | 101101 | 100001 | 101000111 | 1100100 | 100001 |
Color Harmonies of #AA005E
Complementary color
Monochromatic Colors of #AA005E
Black with #AA005E
Text Example
Text Example
White with #AA005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA005E; }
p { color: rgb(170,0,94); }
H1.HeaderClassName
{
color: #AA005E;
}
.AnyTagClassName
{
color: #AA005E;
}
</style>
background-color css
<style>
a { background-color: #AA005E; }
a { background-color: rgb(170,0,94); }
div.DivClassName
{
background-color: #AA005E;
}
.BgClassName
{
background-color: #AA005E;
}
</style>
border-color css
<style>
span { border-color: #AA005E; }
span { border-color: rgb(170,0,94); }
td.TdClassName
{
border-color: #AA005E;
}
.TagClassName
{
border-color: #AA005E;
}
</style>