Shades of Jazzberry Jam #AA0B5A
Tints of Jazzberry Jam #AA0B5A
RGB
CMYK
RGB Variations
Color information
#AA0B5A (or 0xAA0B5A) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 5A. RGB value is (170,11,90). Sum of RGB (Red+Green+Blue) = 170+11+90=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B5A is #55F4A5. Grayscale: #434343. Windows color (decimal): -5633190 or 5901226. OLE color: 5901226.
HSL color Cylindrical-coordinate representation of color #AA0B5A: hue angle of 330.19º degrees, saturation: 0.88, 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 #AA0B5A is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 90 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.33 |
| HSL | 330.19º | 0.88% | 0.35% | - |
| HSV(B) | 330.19º | 0.94% | 0.67% | - |
| XYZ | 18.54 | 9.52 | 10.53 | - |
| YUV | 67.55 | 140.68 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 90 | 0 | 0.94 | 0.47 | 0.33 | 330.19 | 0.88 | 0.35 |
| Hex | AA | B | 5A | 0 | 5E | 2F | 21 | 14A | 58 | 23 |
| Octal | 252 | 13 | 132 | 0 | 136 | 57 | 41 | 512 | 130 | 43 |
| Binary | 10101010 | 1011 | 1011010 | 0 | 1011110 | 101111 | 100001 | 101001010 | 1011000 | 100011 |
Color Harmonies of #AA0B5A
Complementary color
Monochromatic Colors of #AA0B5A
Black with #AA0B5A
Text Example
Text Example
White with #AA0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B5A; }
p { color: rgb(170,11,90); }
H1.HeaderClassName
{
color: #AA0B5A;
}
.AnyTagClassName
{
color: #AA0B5A;
}
</style>
background-color css
<style>
a { background-color: #AA0B5A; }
a { background-color: rgb(170,11,90); }
div.DivClassName
{
background-color: #AA0B5A;
}
.BgClassName
{
background-color: #AA0B5A;
}
</style>
border-color css
<style>
span { border-color: #AA0B5A; }
span { border-color: rgb(170,11,90); }
td.TdClassName
{
border-color: #AA0B5A;
}
.TagClassName
{
border-color: #AA0B5A;
}
</style>