Shades of Jazzberry Jam #AA044F
Tints of Jazzberry Jam #AA044F
RGB
CMYK
RGB Variations
Color information
#AA044F (or 0xAA044F) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 4F. RGB value is (170,4,79). Sum of RGB (Red+Green+Blue) = 170+4+79=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA044F is #55FBB0. Grayscale: #3E3E3E. Windows color (decimal): -5634993 or 5178538. OLE color: 5178538.
HSL color Cylindrical-coordinate representation of color #AA044F: hue angle of 332.89º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA044F is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.33 |
| HSL | 332.89º | 0.95% | 0.34% | - |
| HSV(B) | 332.89º | 0.98% | 0.67% | - |
| XYZ | 18.03 | 9.2 | 8.22 | - |
| YUV | 62.18 | 137.5 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 79 | 0 | 0.98 | 0.54 | 0.33 | 332.89 | 0.95 | 0.34 |
| Hex | AA | 4 | 4F | 0 | 62 | 36 | 21 | 14D | 5F | 22 |
| Octal | 252 | 4 | 117 | 0 | 142 | 66 | 41 | 515 | 137 | 42 |
| Binary | 10101010 | 100 | 1001111 | 0 | 1100010 | 110110 | 100001 | 101001101 | 1011111 | 100010 |
Color Harmonies of #AA044F
Complementary color
Monochromatic Colors of #AA044F
Black with #AA044F
Text Example
Text Example
White with #AA044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA044F; }
p { color: rgb(170,4,79); }
H1.HeaderClassName
{
color: #AA044F;
}
.AnyTagClassName
{
color: #AA044F;
}
</style>
background-color css
<style>
a { background-color: #AA044F; }
a { background-color: rgb(170,4,79); }
div.DivClassName
{
background-color: #AA044F;
}
.BgClassName
{
background-color: #AA044F;
}
</style>
border-color css
<style>
span { border-color: #AA044F; }
span { border-color: rgb(170,4,79); }
td.TdClassName
{
border-color: #AA044F;
}
.TagClassName
{
border-color: #AA044F;
}
</style>