Shades of Jazzberry Jam #AA0A4A
Tints of Jazzberry Jam #AA0A4A
RGB
CMYK
RGB Variations
Color information
#AA0A4A (or 0xAA0A4A) is known color: Jazzberry Jam. HEX triplet: AA, 0A and 4A. RGB value is (170,10,74). Sum of RGB (Red+Green+Blue) = 170+10+74=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A4A is #55F5B5. Grayscale: #414141. Windows color (decimal): -5633462 or 4852394. OLE color: 4852394.
HSL color Cylindrical-coordinate representation of color #AA0A4A: hue angle of 336º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A4A is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 74 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.33 |
| HSL | 336º | 0.89% | 0.35% | - |
| HSV(B) | 336º | 0.94% | 0.67% | - |
| XYZ | 17.92 | 9.26 | 7.32 | - |
| YUV | 65.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 74 | 0 | 0.94 | 0.56 | 0.33 | 336 | 0.89 | 0.35 |
| Hex | AA | A | 4A | 0 | 5E | 38 | 21 | 150 | 59 | 23 |
| Octal | 252 | 12 | 112 | 0 | 136 | 70 | 41 | 520 | 131 | 43 |
| Binary | 10101010 | 1010 | 1001010 | 0 | 1011110 | 111000 | 100001 | 101010000 | 1011001 | 100011 |
Color Harmonies of #AA0A4A
Complementary color
Monochromatic Colors of #AA0A4A
Black with #AA0A4A
Text Example
Text Example
White with #AA0A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A4A; }
p { color: rgb(170,10,74); }
H1.HeaderClassName
{
color: #AA0A4A;
}
.AnyTagClassName
{
color: #AA0A4A;
}
</style>
background-color css
<style>
a { background-color: #AA0A4A; }
a { background-color: rgb(170,10,74); }
div.DivClassName
{
background-color: #AA0A4A;
}
.BgClassName
{
background-color: #AA0A4A;
}
</style>
border-color css
<style>
span { border-color: #AA0A4A; }
span { border-color: rgb(170,10,74); }
td.TdClassName
{
border-color: #AA0A4A;
}
.TagClassName
{
border-color: #AA0A4A;
}
</style>