Shades of Jazzberry Jam #AA054A
Tints of Jazzberry Jam #AA054A
RGB
CMYK
RGB Variations
Color information
#AA054A (or 0xAA054A) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 4A. RGB value is (170,5,74). Sum of RGB (Red+Green+Blue) = 170+5+74=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA054A is #55FAB5. Grayscale: #3E3E3E. Windows color (decimal): -5634742 or 4851114. OLE color: 4851114.
HSL color Cylindrical-coordinate representation of color #AA054A: hue angle of 334.91º 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 #AA054A is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 74 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.33 |
| HSL | 334.91º | 0.94% | 0.34% | - |
| HSV(B) | 334.91º | 0.97% | 0.67% | - |
| XYZ | 17.87 | 9.15 | 7.3 | - |
| YUV | 62.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 74 | 0 | 0.97 | 0.56 | 0.33 | 334.91 | 0.94 | 0.34 |
| Hex | AA | 5 | 4A | 0 | 61 | 38 | 21 | 14F | 5E | 22 |
| Octal | 252 | 5 | 112 | 0 | 141 | 70 | 41 | 517 | 136 | 42 |
| Binary | 10101010 | 101 | 1001010 | 0 | 1100001 | 111000 | 100001 | 101001111 | 1011110 | 100010 |
Color Harmonies of #AA054A
Complementary color
Monochromatic Colors of #AA054A
Black with #AA054A
Text Example
Text Example
White with #AA054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA054A; }
p { color: rgb(170,5,74); }
H1.HeaderClassName
{
color: #AA054A;
}
.AnyTagClassName
{
color: #AA054A;
}
</style>
background-color css
<style>
a { background-color: #AA054A; }
a { background-color: rgb(170,5,74); }
div.DivClassName
{
background-color: #AA054A;
}
.BgClassName
{
background-color: #AA054A;
}
</style>
border-color css
<style>
span { border-color: #AA054A; }
span { border-color: rgb(170,5,74); }
td.TdClassName
{
border-color: #AA054A;
}
.TagClassName
{
border-color: #AA054A;
}
</style>