Shades of Jazzberry Jam #AA054B
Tints of Jazzberry Jam #AA054B
RGB
CMYK
RGB Variations
Color information
#AA054B (or 0xAA054B) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 4B. RGB value is (170,5,75). Sum of RGB (Red+Green+Blue) = 170+5+75=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA054B is #55FAB4. Grayscale: #3E3E3E. Windows color (decimal): -5634741 or 4916650. OLE color: 4916650.
HSL color Cylindrical-coordinate representation of color #AA054B: hue angle of 334.55º 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 #AA054B is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 75 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.33 |
| HSL | 334.55º | 0.94% | 0.34% | - |
| HSV(B) | 334.55º | 0.97% | 0.67% | - |
| XYZ | 17.9 | 9.16 | 7.48 | - |
| YUV | 62.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 75 | 0 | 0.97 | 0.56 | 0.33 | 334.55 | 0.94 | 0.34 |
| Hex | AA | 5 | 4B | 0 | 61 | 38 | 21 | 14F | 5E | 22 |
| Octal | 252 | 5 | 113 | 0 | 141 | 70 | 41 | 517 | 136 | 42 |
| Binary | 10101010 | 101 | 1001011 | 0 | 1100001 | 111000 | 100001 | 101001111 | 1011110 | 100010 |
Color Harmonies of #AA054B
Complementary color
Monochromatic Colors of #AA054B
Black with #AA054B
Text Example
Text Example
White with #AA054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA054B; }
p { color: rgb(170,5,75); }
H1.HeaderClassName
{
color: #AA054B;
}
.AnyTagClassName
{
color: #AA054B;
}
</style>
background-color css
<style>
a { background-color: #AA054B; }
a { background-color: rgb(170,5,75); }
div.DivClassName
{
background-color: #AA054B;
}
.BgClassName
{
background-color: #AA054B;
}
</style>
border-color css
<style>
span { border-color: #AA054B; }
span { border-color: rgb(170,5,75); }
td.TdClassName
{
border-color: #AA054B;
}
.TagClassName
{
border-color: #AA054B;
}
</style>