Shades of Jazzberry Jam #AA0053
Tints of Jazzberry Jam #AA0053
RGB
CMYK
RGB Variations
Color information
#AA0053 (or 0xAA0053) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 53. RGB value is (170,0,83). Sum of RGB (Red+Green+Blue) = 170+0+83=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0053 is #55FFAC. Grayscale: #3C3C3C. Windows color (decimal): -5636013 or 5439658. OLE color: 5439658.
HSL color Cylindrical-coordinate representation of color #AA0053: hue angle of 330.71º 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 #AA0053 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.51 | 0.33 |
| HSL | 330.71º | 1% | 0.33% | - |
| HSV(B) | 330.71º | 1% | 0.67% | - |
| XYZ | 18.14 | 9.17 | 9 | - |
| YUV | 60.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 83 | 0 | 1 | 0.51 | 0.33 | 330.71 | 1 | 0.33 |
| Hex | AA | 0 | 53 | 0 | 64 | 33 | 21 | 14B | 64 | 21 |
| Octal | 252 | 0 | 123 | 0 | 144 | 63 | 41 | 513 | 144 | 41 |
| Binary | 10101010 | 0 | 1010011 | 0 | 1100100 | 110011 | 100001 | 101001011 | 1100100 | 100001 |
Color Harmonies of #AA0053
Complementary color
Monochromatic Colors of #AA0053
Black with #AA0053
Text Example
Text Example
White with #AA0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0053; }
p { color: rgb(170,0,83); }
H1.HeaderClassName
{
color: #AA0053;
}
.AnyTagClassName
{
color: #AA0053;
}
</style>
background-color css
<style>
a { background-color: #AA0053; }
a { background-color: rgb(170,0,83); }
div.DivClassName
{
background-color: #AA0053;
}
.BgClassName
{
background-color: #AA0053;
}
</style>
border-color css
<style>
span { border-color: #AA0053; }
span { border-color: rgb(170,0,83); }
td.TdClassName
{
border-color: #AA0053;
}
.TagClassName
{
border-color: #AA0053;
}
</style>