Shades of Jazzberry Jam #AA0851
Tints of Jazzberry Jam #AA0851
RGB
CMYK
RGB Variations
Color information
#AA0851 (or 0xAA0851) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 51. RGB value is (170,8,81). Sum of RGB (Red+Green+Blue) = 170+8+81=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0851 is #55F7AE. Grayscale: #404040. Windows color (decimal): -5633967 or 5310634. OLE color: 5310634.
HSL color Cylindrical-coordinate representation of color #AA0851: hue angle of 332.96º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0851 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 81 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.33 |
| HSL | 332.96º | 0.91% | 0.35% | - |
| HSV(B) | 332.96º | 0.95% | 0.67% | - |
| XYZ | 18.15 | 9.31 | 8.63 | - |
| YUV | 64.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 81 | 0 | 0.95 | 0.52 | 0.33 | 332.96 | 0.91 | 0.35 |
| Hex | AA | 8 | 51 | 0 | 5F | 34 | 21 | 14D | 5B | 23 |
| Octal | 252 | 10 | 121 | 0 | 137 | 64 | 41 | 515 | 133 | 43 |
| Binary | 10101010 | 1000 | 1010001 | 0 | 1011111 | 110100 | 100001 | 101001101 | 1011011 | 100011 |
Color Harmonies of #AA0851
Complementary color
Monochromatic Colors of #AA0851
Black with #AA0851
Text Example
Text Example
White with #AA0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0851; }
p { color: rgb(170,8,81); }
H1.HeaderClassName
{
color: #AA0851;
}
.AnyTagClassName
{
color: #AA0851;
}
</style>
background-color css
<style>
a { background-color: #AA0851; }
a { background-color: rgb(170,8,81); }
div.DivClassName
{
background-color: #AA0851;
}
.BgClassName
{
background-color: #AA0851;
}
</style>
border-color css
<style>
span { border-color: #AA0851; }
span { border-color: rgb(170,8,81); }
td.TdClassName
{
border-color: #AA0851;
}
.TagClassName
{
border-color: #AA0851;
}
</style>