Shades of Jazzberry Jam #AA005A
Tints of Jazzberry Jam #AA005A
RGB
CMYK
RGB Variations
Color information
#AA005A (or 0xAA005A) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 5A. RGB value is (170,0,90). Sum of RGB (Red+Green+Blue) = 170+0+90=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA005A is #55FFA5. Grayscale: #3C3C3C. Windows color (decimal): -5636006 or 5898410. OLE color: 5898410.
HSL color Cylindrical-coordinate representation of color #AA005A: hue angle of 328.24º 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 #AA005A is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.47 | 0.33 |
| HSL | 328.24º | 1% | 0.33% | - |
| HSV(B) | 328.24º | 1% | 0.67% | - |
| XYZ | 18.42 | 9.28 | 10.49 | - |
| YUV | 61.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 90 | 0 | 1 | 0.47 | 0.33 | 328.24 | 1 | 0.33 |
| Hex | AA | 0 | 5A | 0 | 64 | 2F | 21 | 148 | 64 | 21 |
| Octal | 252 | 0 | 132 | 0 | 144 | 57 | 41 | 510 | 144 | 41 |
| Binary | 10101010 | 0 | 1011010 | 0 | 1100100 | 101111 | 100001 | 101001000 | 1100100 | 100001 |
Color Harmonies of #AA005A
Complementary color
Monochromatic Colors of #AA005A
Black with #AA005A
Text Example
Text Example
White with #AA005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA005A; }
p { color: rgb(170,0,90); }
H1.HeaderClassName
{
color: #AA005A;
}
.AnyTagClassName
{
color: #AA005A;
}
</style>
background-color css
<style>
a { background-color: #AA005A; }
a { background-color: rgb(170,0,90); }
div.DivClassName
{
background-color: #AA005A;
}
.BgClassName
{
background-color: #AA005A;
}
</style>
border-color css
<style>
span { border-color: #AA005A; }
span { border-color: rgb(170,0,90); }
td.TdClassName
{
border-color: #AA005A;
}
.TagClassName
{
border-color: #AA005A;
}
</style>