Shades of Jazzberry Jam #AA0B6B
Tints of Jazzberry Jam #AA0B6B
RGB
CMYK
RGB Variations
Color information
#AA0B6B (or 0xAA0B6B) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 6B. RGB value is (170,11,107). Sum of RGB (Red+Green+Blue) = 170+11+107=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B6B is #55F494. Grayscale: #454545. Windows color (decimal): -5633173 or 7015338. OLE color: 7015338.
HSL color Cylindrical-coordinate representation of color #AA0B6B: hue angle of 323.77º 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 #AA0B6B is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 107 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.33 |
| HSL | 323.77º | 0.88% | 0.35% | - |
| HSV(B) | 323.77º | 0.94% | 0.67% | - |
| XYZ | 19.35 | 9.85 | 14.79 | - |
| YUV | 69.49 | 149.18 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 107 | 0 | 0.94 | 0.37 | 0.33 | 323.77 | 0.88 | 0.35 |
| Hex | AA | B | 6B | 0 | 5E | 25 | 21 | 144 | 58 | 23 |
| Octal | 252 | 13 | 153 | 0 | 136 | 45 | 41 | 504 | 130 | 43 |
| Binary | 10101010 | 1011 | 1101011 | 0 | 1011110 | 100101 | 100001 | 101000100 | 1011000 | 100011 |
Color Harmonies of #AA0B6B
Complementary color
Monochromatic Colors of #AA0B6B
Black with #AA0B6B
Text Example
Text Example
White with #AA0B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B6B; }
p { color: rgb(170,11,107); }
H1.HeaderClassName
{
color: #AA0B6B;
}
.AnyTagClassName
{
color: #AA0B6B;
}
</style>
background-color css
<style>
a { background-color: #AA0B6B; }
a { background-color: rgb(170,11,107); }
div.DivClassName
{
background-color: #AA0B6B;
}
.BgClassName
{
background-color: #AA0B6B;
}
</style>
border-color css
<style>
span { border-color: #AA0B6B; }
span { border-color: rgb(170,11,107); }
td.TdClassName
{
border-color: #AA0B6B;
}
.TagClassName
{
border-color: #AA0B6B;
}
</style>