Shades of Jazzberry Jam #AA0B4B
Tints of Jazzberry Jam #AA0B4B
RGB
CMYK
RGB Variations
Color information
#AA0B4B (or 0xAA0B4B) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 4B. RGB value is (170,11,75). Sum of RGB (Red+Green+Blue) = 170+11+75=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B4B is #55F4B4. Grayscale: #414141. Windows color (decimal): -5633205 or 4918186. OLE color: 4918186.
HSL color Cylindrical-coordinate representation of color #AA0B4B: hue angle of 335.85º 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 #AA0B4B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 75 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.33 |
| HSL | 335.85º | 0.88% | 0.35% | - |
| HSV(B) | 335.85º | 0.94% | 0.67% | - |
| XYZ | 17.97 | 9.29 | 7.5 | - |
| YUV | 65.84 | 133.18 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 75 | 0 | 0.94 | 0.56 | 0.33 | 335.85 | 0.88 | 0.35 |
| Hex | AA | B | 4B | 0 | 5E | 38 | 21 | 150 | 58 | 23 |
| Octal | 252 | 13 | 113 | 0 | 136 | 70 | 41 | 520 | 130 | 43 |
| Binary | 10101010 | 1011 | 1001011 | 0 | 1011110 | 111000 | 100001 | 101010000 | 1011000 | 100011 |
Color Harmonies of #AA0B4B
Complementary color
Monochromatic Colors of #AA0B4B
Black with #AA0B4B
Text Example
Text Example
White with #AA0B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B4B; }
p { color: rgb(170,11,75); }
H1.HeaderClassName
{
color: #AA0B4B;
}
.AnyTagClassName
{
color: #AA0B4B;
}
</style>
background-color css
<style>
a { background-color: #AA0B4B; }
a { background-color: rgb(170,11,75); }
div.DivClassName
{
background-color: #AA0B4B;
}
.BgClassName
{
background-color: #AA0B4B;
}
</style>
border-color css
<style>
span { border-color: #AA0B4B; }
span { border-color: rgb(170,11,75); }
td.TdClassName
{
border-color: #AA0B4B;
}
.TagClassName
{
border-color: #AA0B4B;
}
</style>