Shades of Jazzberry Jam #AA054E
Tints of Jazzberry Jam #AA054E
RGB
CMYK
RGB Variations
Color information
#AA054E (or 0xAA054E) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 4E. RGB value is (170,5,78). Sum of RGB (Red+Green+Blue) = 170+5+78=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA054E is #55FAB1. Grayscale: #3E3E3E. Windows color (decimal): -5634738 or 5113258. OLE color: 5113258.
HSL color Cylindrical-coordinate representation of color #AA054E: hue angle of 333.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA054E is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 78 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.33 |
| HSL | 333.45º | 0.94% | 0.34% | - |
| HSV(B) | 333.45º | 0.97% | 0.67% | - |
| XYZ | 18.01 | 9.2 | 8.04 | - |
| YUV | 62.66 | 136.66 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 78 | 0 | 0.97 | 0.54 | 0.33 | 333.45 | 0.94 | 0.34 |
| Hex | AA | 5 | 4E | 0 | 61 | 36 | 21 | 14D | 5E | 22 |
| Octal | 252 | 5 | 116 | 0 | 141 | 66 | 41 | 515 | 136 | 42 |
| Binary | 10101010 | 101 | 1001110 | 0 | 1100001 | 110110 | 100001 | 101001101 | 1011110 | 100010 |
Color Harmonies of #AA054E
Complementary color
Monochromatic Colors of #AA054E
Black with #AA054E
Text Example
Text Example
White with #AA054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA054E; }
p { color: rgb(170,5,78); }
H1.HeaderClassName
{
color: #AA054E;
}
.AnyTagClassName
{
color: #AA054E;
}
</style>
background-color css
<style>
a { background-color: #AA054E; }
a { background-color: rgb(170,5,78); }
div.DivClassName
{
background-color: #AA054E;
}
.BgClassName
{
background-color: #AA054E;
}
</style>
border-color css
<style>
span { border-color: #AA054E; }
span { border-color: rgb(170,5,78); }
td.TdClassName
{
border-color: #AA054E;
}
.TagClassName
{
border-color: #AA054E;
}
</style>