Shades of Jazzberry Jam #AA0B43
Tints of Jazzberry Jam #AA0B43
RGB
CMYK
RGB Variations
Color information
#AA0B43 (or 0xAA0B43) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 43. RGB value is (170,11,67). Sum of RGB (Red+Green+Blue) = 170+11+67=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B43 is #55F4BC. Grayscale: #404040. Windows color (decimal): -5633213 or 4393898. OLE color: 4393898.
HSL color Cylindrical-coordinate representation of color #AA0B43: hue angle of 338.87º 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 #AA0B43 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 67 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.33 |
| HSL | 338.87º | 0.88% | 0.35% | - |
| HSV(B) | 338.87º | 0.94% | 0.67% | - |
| XYZ | 17.71 | 9.19 | 6.15 | - |
| YUV | 64.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 67 | 0 | 0.94 | 0.61 | 0.33 | 338.87 | 0.88 | 0.35 |
| Hex | AA | B | 43 | 0 | 5E | 3D | 21 | 153 | 58 | 23 |
| Octal | 252 | 13 | 103 | 0 | 136 | 75 | 41 | 523 | 130 | 43 |
| Binary | 10101010 | 1011 | 1000011 | 0 | 1011110 | 111101 | 100001 | 101010011 | 1011000 | 100011 |
Color Harmonies of #AA0B43
Complementary color
Monochromatic Colors of #AA0B43
Black with #AA0B43
Text Example
Text Example
White with #AA0B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B43; }
p { color: rgb(170,11,67); }
H1.HeaderClassName
{
color: #AA0B43;
}
.AnyTagClassName
{
color: #AA0B43;
}
</style>
background-color css
<style>
a { background-color: #AA0B43; }
a { background-color: rgb(170,11,67); }
div.DivClassName
{
background-color: #AA0B43;
}
.BgClassName
{
background-color: #AA0B43;
}
</style>
border-color css
<style>
span { border-color: #AA0B43; }
span { border-color: rgb(170,11,67); }
td.TdClassName
{
border-color: #AA0B43;
}
.TagClassName
{
border-color: #AA0B43;
}
</style>