Shades of Jazzberry Jam #AA0B40
Tints of Jazzberry Jam #AA0B40
RGB
CMYK
RGB Variations
Color information
#AA0B40 (or 0xAA0B40) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 40. RGB value is (170,11,64). Sum of RGB (Red+Green+Blue) = 170+11+64=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B40 is #55F4BF. Grayscale: #404040. Windows color (decimal): -5633216 or 4197290. OLE color: 4197290.
HSL color Cylindrical-coordinate representation of color #AA0B40: hue angle of 340º 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 #AA0B40 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 64 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.33 |
| HSL | 340º | 0.88% | 0.35% | - |
| HSV(B) | 340º | 0.94% | 0.67% | - |
| XYZ | 17.62 | 9.16 | 5.69 | - |
| YUV | 64.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 64 | 0 | 0.94 | 0.62 | 0.33 | 340 | 0.88 | 0.35 |
| Hex | AA | B | 40 | 0 | 5E | 3E | 21 | 154 | 58 | 23 |
| Octal | 252 | 13 | 100 | 0 | 136 | 76 | 41 | 524 | 130 | 43 |
| Binary | 10101010 | 1011 | 1000000 | 0 | 1011110 | 111110 | 100001 | 101010100 | 1011000 | 100011 |
Color Harmonies of #AA0B40
Complementary color
Monochromatic Colors of #AA0B40
Black with #AA0B40
Text Example
Text Example
White with #AA0B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B40; }
p { color: rgb(170,11,64); }
H1.HeaderClassName
{
color: #AA0B40;
}
.AnyTagClassName
{
color: #AA0B40;
}
</style>
background-color css
<style>
a { background-color: #AA0B40; }
a { background-color: rgb(170,11,64); }
div.DivClassName
{
background-color: #AA0B40;
}
.BgClassName
{
background-color: #AA0B40;
}
</style>
border-color css
<style>
span { border-color: #AA0B40; }
span { border-color: rgb(170,11,64); }
td.TdClassName
{
border-color: #AA0B40;
}
.TagClassName
{
border-color: #AA0B40;
}
</style>