Shades of Jazzberry Jam #AA0F4F
Tints of Jazzberry Jam #AA0F4F
RGB
CMYK
RGB Variations
Color information
#AA0F4F (or 0xAA0F4F) is known color: Jazzberry Jam. HEX triplet: AA, 0F and 4F. RGB value is (170,15,79). Sum of RGB (Red+Green+Blue) = 170+15+79=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F4F is #55F0B0. Grayscale: #444444. Windows color (decimal): -5632177 or 5181354. OLE color: 5181354.
HSL color Cylindrical-coordinate representation of color #AA0F4F: hue angle of 335.23º 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 #AA0F4F is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 79 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.33 |
| HSL | 335.23º | 0.84% | 0.36% | - |
| HSV(B) | 335.23º | 0.91% | 0.67% | - |
| XYZ | 18.16 | 9.45 | 8.26 | - |
| YUV | 68.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 79 | 0 | 0.91 | 0.54 | 0.33 | 335.23 | 0.84 | 0.36 |
| Hex | AA | F | 4F | 0 | 5B | 36 | 21 | 14F | 54 | 24 |
| Octal | 252 | 17 | 117 | 0 | 133 | 66 | 41 | 517 | 124 | 44 |
| Binary | 10101010 | 1111 | 1001111 | 0 | 1011011 | 110110 | 100001 | 101001111 | 1010100 | 100100 |
Color Harmonies of #AA0F4F
Complementary color
Monochromatic Colors of #AA0F4F
Black with #AA0F4F
Text Example
Text Example
White with #AA0F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F4F; }
p { color: rgb(170,15,79); }
H1.HeaderClassName
{
color: #AA0F4F;
}
.AnyTagClassName
{
color: #AA0F4F;
}
</style>
background-color css
<style>
a { background-color: #AA0F4F; }
a { background-color: rgb(170,15,79); }
div.DivClassName
{
background-color: #AA0F4F;
}
.BgClassName
{
background-color: #AA0F4F;
}
</style>
border-color css
<style>
span { border-color: #AA0F4F; }
span { border-color: rgb(170,15,79); }
td.TdClassName
{
border-color: #AA0F4F;
}
.TagClassName
{
border-color: #AA0F4F;
}
</style>