Shades of Jazzberry Jam #AA054D
Tints of Jazzberry Jam #AA054D
RGB
CMYK
RGB Variations
Color information
#AA054D (or 0xAA054D) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 4D. RGB value is (170,5,77). Sum of RGB (Red+Green+Blue) = 170+5+77=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA054D is #55FAB2. Grayscale: #3E3E3E. Windows color (decimal): -5634739 or 5047722. OLE color: 5047722.
HSL color Cylindrical-coordinate representation of color #AA054D: hue angle of 333.82º 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 #AA054D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.33 |
| HSL | 333.82º | 0.94% | 0.34% | - |
| HSV(B) | 333.82º | 0.97% | 0.67% | - |
| XYZ | 17.97 | 9.19 | 7.85 | - |
| YUV | 62.54 | 136.16 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 77 | 0 | 0.97 | 0.55 | 0.33 | 333.82 | 0.94 | 0.34 |
| Hex | AA | 5 | 4D | 0 | 61 | 37 | 21 | 14E | 5E | 22 |
| Octal | 252 | 5 | 115 | 0 | 141 | 67 | 41 | 516 | 136 | 42 |
| Binary | 10101010 | 101 | 1001101 | 0 | 1100001 | 110111 | 100001 | 101001110 | 1011110 | 100010 |
Color Harmonies of #AA054D
Complementary color
Monochromatic Colors of #AA054D
Black with #AA054D
Text Example
Text Example
White with #AA054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA054D; }
p { color: rgb(170,5,77); }
H1.HeaderClassName
{
color: #AA054D;
}
.AnyTagClassName
{
color: #AA054D;
}
</style>
background-color css
<style>
a { background-color: #AA054D; }
a { background-color: rgb(170,5,77); }
div.DivClassName
{
background-color: #AA054D;
}
.BgClassName
{
background-color: #AA054D;
}
</style>
border-color css
<style>
span { border-color: #AA054D; }
span { border-color: rgb(170,5,77); }
td.TdClassName
{
border-color: #AA054D;
}
.TagClassName
{
border-color: #AA054D;
}
</style>