Shades of Jazzberry Jam #AA044A
Tints of Jazzberry Jam #AA044A
RGB
CMYK
RGB Variations
Color information
#AA044A (or 0xAA044A) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 4A. RGB value is (170,4,74). Sum of RGB (Red+Green+Blue) = 170+4+74=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA044A is #55FBB5. Grayscale: #3D3D3D. Windows color (decimal): -5634998 or 4850858. OLE color: 4850858.
HSL color Cylindrical-coordinate representation of color #AA044A: hue angle of 334.7º 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 #AA044A is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.33 |
| HSL | 334.7º | 0.95% | 0.34% | - |
| HSV(B) | 334.7º | 0.98% | 0.67% | - |
| XYZ | 17.86 | 9.13 | 7.3 | - |
| YUV | 61.61 | 135 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 74 | 0 | 0.98 | 0.56 | 0.33 | 334.7 | 0.95 | 0.34 |
| Hex | AA | 4 | 4A | 0 | 62 | 38 | 21 | 14F | 5F | 22 |
| Octal | 252 | 4 | 112 | 0 | 142 | 70 | 41 | 517 | 137 | 42 |
| Binary | 10101010 | 100 | 1001010 | 0 | 1100010 | 111000 | 100001 | 101001111 | 1011111 | 100010 |
Color Harmonies of #AA044A
Complementary color
Monochromatic Colors of #AA044A
Black with #AA044A
Text Example
Text Example
White with #AA044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA044A; }
p { color: rgb(170,4,74); }
H1.HeaderClassName
{
color: #AA044A;
}
.AnyTagClassName
{
color: #AA044A;
}
</style>
background-color css
<style>
a { background-color: #AA044A; }
a { background-color: rgb(170,4,74); }
div.DivClassName
{
background-color: #AA044A;
}
.BgClassName
{
background-color: #AA044A;
}
</style>
border-color css
<style>
span { border-color: #AA044A; }
span { border-color: rgb(170,4,74); }
td.TdClassName
{
border-color: #AA044A;
}
.TagClassName
{
border-color: #AA044A;
}
</style>