Shades of Jazzberry Jam #AA0F5E
Tints of Jazzberry Jam #AA0F5E
RGB
CMYK
RGB Variations
Color information
#AA0F5E (or 0xAA0F5E) is known color: Jazzberry Jam. HEX triplet: AA, 0F and 5E. RGB value is (170,15,94). Sum of RGB (Red+Green+Blue) = 170+15+94=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F5E is #55F0A1. Grayscale: #464646. Windows color (decimal): -5632162 or 6164394. OLE color: 6164394.
HSL color Cylindrical-coordinate representation of color #AA0F5E: hue angle of 329.42º 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 #AA0F5E is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 94 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.33 |
| HSL | 329.42º | 0.84% | 0.36% | - |
| HSV(B) | 329.42º | 0.91% | 0.67% | - |
| XYZ | 18.77 | 9.7 | 11.47 | - |
| YUV | 70.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 94 | 0 | 0.91 | 0.45 | 0.33 | 329.42 | 0.84 | 0.36 |
| Hex | AA | F | 5E | 0 | 5B | 2D | 21 | 149 | 54 | 24 |
| Octal | 252 | 17 | 136 | 0 | 133 | 55 | 41 | 511 | 124 | 44 |
| Binary | 10101010 | 1111 | 1011110 | 0 | 1011011 | 101101 | 100001 | 101001001 | 1010100 | 100100 |
Color Harmonies of #AA0F5E
Complementary color
Monochromatic Colors of #AA0F5E
Black with #AA0F5E
Text Example
Text Example
White with #AA0F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F5E; }
p { color: rgb(170,15,94); }
H1.HeaderClassName
{
color: #AA0F5E;
}
.AnyTagClassName
{
color: #AA0F5E;
}
</style>
background-color css
<style>
a { background-color: #AA0F5E; }
a { background-color: rgb(170,15,94); }
div.DivClassName
{
background-color: #AA0F5E;
}
.BgClassName
{
background-color: #AA0F5E;
}
</style>
border-color css
<style>
span { border-color: #AA0F5E; }
span { border-color: rgb(170,15,94); }
td.TdClassName
{
border-color: #AA0F5E;
}
.TagClassName
{
border-color: #AA0F5E;
}
</style>