Shades of Jazzberry Jam #AA0854
Tints of Jazzberry Jam #AA0854
RGB
CMYK
RGB Variations
Color information
#AA0854 (or 0xAA0854) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 54. RGB value is (170,8,84). Sum of RGB (Red+Green+Blue) = 170+8+84=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0854 is #55F7AB. Grayscale: #404040. Windows color (decimal): -5633964 or 5507242. OLE color: 5507242.
HSL color Cylindrical-coordinate representation of color #AA0854: hue angle of 331.85º 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 #AA0854 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 84 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.33 |
| HSL | 331.85º | 0.91% | 0.35% | - |
| HSV(B) | 331.85º | 0.95% | 0.67% | - |
| XYZ | 18.26 | 9.36 | 9.23 | - |
| YUV | 65.1 | 138.67 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 84 | 0 | 0.95 | 0.51 | 0.33 | 331.85 | 0.91 | 0.35 |
| Hex | AA | 8 | 54 | 0 | 5F | 33 | 21 | 14C | 5B | 23 |
| Octal | 252 | 10 | 124 | 0 | 137 | 63 | 41 | 514 | 133 | 43 |
| Binary | 10101010 | 1000 | 1010100 | 0 | 1011111 | 110011 | 100001 | 101001100 | 1011011 | 100011 |
Color Harmonies of #AA0854
Complementary color
Monochromatic Colors of #AA0854
Black with #AA0854
Text Example
Text Example
White with #AA0854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0854; }
p { color: rgb(170,8,84); }
H1.HeaderClassName
{
color: #AA0854;
}
.AnyTagClassName
{
color: #AA0854;
}
</style>
background-color css
<style>
a { background-color: #AA0854; }
a { background-color: rgb(170,8,84); }
div.DivClassName
{
background-color: #AA0854;
}
.BgClassName
{
background-color: #AA0854;
}
</style>
border-color css
<style>
span { border-color: #AA0854; }
span { border-color: rgb(170,8,84); }
td.TdClassName
{
border-color: #AA0854;
}
.TagClassName
{
border-color: #AA0854;
}
</style>