Shades of Jazzberry Jam #AA0051
Tints of Jazzberry Jam #AA0051
RGB
CMYK
RGB Variations
Color information
#AA0051 (or 0xAA0051) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 51. RGB value is (170,0,81). Sum of RGB (Red+Green+Blue) = 170+0+81=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0051 is #55FFAE. Grayscale: #3B3B3B. Windows color (decimal): -5636015 or 5308586. OLE color: 5308586.
HSL color Cylindrical-coordinate representation of color #AA0051: hue angle of 331.41º 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 #AA0051 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.52 | 0.33 |
| HSL | 331.41º | 1% | 0.33% | - |
| HSV(B) | 331.41º | 1% | 0.67% | - |
| XYZ | 18.06 | 9.14 | 8.6 | - |
| YUV | 60.06 | 139.82 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 81 | 0 | 1 | 0.52 | 0.33 | 331.41 | 1 | 0.33 |
| Hex | AA | 0 | 51 | 0 | 64 | 34 | 21 | 14B | 64 | 21 |
| Octal | 252 | 0 | 121 | 0 | 144 | 64 | 41 | 513 | 144 | 41 |
| Binary | 10101010 | 0 | 1010001 | 0 | 1100100 | 110100 | 100001 | 101001011 | 1100100 | 100001 |
Color Harmonies of #AA0051
Complementary color
Monochromatic Colors of #AA0051
Black with #AA0051
Text Example
Text Example
White with #AA0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0051; }
p { color: rgb(170,0,81); }
H1.HeaderClassName
{
color: #AA0051;
}
.AnyTagClassName
{
color: #AA0051;
}
</style>
background-color css
<style>
a { background-color: #AA0051; }
a { background-color: rgb(170,0,81); }
div.DivClassName
{
background-color: #AA0051;
}
.BgClassName
{
background-color: #AA0051;
}
</style>
border-color css
<style>
span { border-color: #AA0051; }
span { border-color: rgb(170,0,81); }
td.TdClassName
{
border-color: #AA0051;
}
.TagClassName
{
border-color: #AA0051;
}
</style>