Shades of Jazzberry Jam #AA0F4D
Tints of Jazzberry Jam #AA0F4D
RGB
CMYK
RGB Variations
Color information
#AA0F4D (or 0xAA0F4D) is known color: Jazzberry Jam. HEX triplet: AA, 0F and 4D. RGB value is (170,15,77). Sum of RGB (Red+Green+Blue) = 170+15+77=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F4D is #55F0B2. Grayscale: #444444. Windows color (decimal): -5632179 or 5050282. OLE color: 5050282.
HSL color Cylindrical-coordinate representation of color #AA0F4D: hue angle of 336º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F4D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 77 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.33 |
| HSL | 336º | 0.84% | 0.36% | - |
| HSV(B) | 336º | 0.91% | 0.67% | - |
| XYZ | 18.09 | 9.42 | 7.89 | - |
| YUV | 68.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 77 | 0 | 0.91 | 0.55 | 0.33 | 336 | 0.84 | 0.36 |
| Hex | AA | F | 4D | 0 | 5B | 37 | 21 | 150 | 54 | 24 |
| Octal | 252 | 17 | 115 | 0 | 133 | 67 | 41 | 520 | 124 | 44 |
| Binary | 10101010 | 1111 | 1001101 | 0 | 1011011 | 110111 | 100001 | 101010000 | 1010100 | 100100 |
Color Harmonies of #AA0F4D
Complementary color
Monochromatic Colors of #AA0F4D
Black with #AA0F4D
Text Example
Text Example
White with #AA0F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F4D; }
p { color: rgb(170,15,77); }
H1.HeaderClassName
{
color: #AA0F4D;
}
.AnyTagClassName
{
color: #AA0F4D;
}
</style>
background-color css
<style>
a { background-color: #AA0F4D; }
a { background-color: rgb(170,15,77); }
div.DivClassName
{
background-color: #AA0F4D;
}
.BgClassName
{
background-color: #AA0F4D;
}
</style>
border-color css
<style>
span { border-color: #AA0F4D; }
span { border-color: rgb(170,15,77); }
td.TdClassName
{
border-color: #AA0F4D;
}
.TagClassName
{
border-color: #AA0F4D;
}
</style>