Shades of Jazzberry Jam #AA0955
Tints of Jazzberry Jam #AA0955
RGB
CMYK
RGB Variations
Color information
#AA0955 (or 0xAA0955) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 55. RGB value is (170,9,85). Sum of RGB (Red+Green+Blue) = 170+9+85=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0955 is #55F6AA. Grayscale: #414141. Windows color (decimal): -5633707 or 5573034. OLE color: 5573034.
HSL color Cylindrical-coordinate representation of color #AA0955: hue angle of 331.68º degrees, saturation: 0.9, 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 #AA0955 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 85 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.33 |
| HSL | 331.68º | 0.9% | 0.35% | - |
| HSV(B) | 331.68º | 0.95% | 0.67% | - |
| XYZ | 18.31 | 9.4 | 9.44 | - |
| YUV | 65.8 | 138.84 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 85 | 0 | 0.95 | 0.50 | 0.33 | 331.68 | 0.9 | 0.35 |
| Hex | AA | 9 | 55 | 0 | 5F | 32 | 21 | 14C | 5A | 23 |
| Octal | 252 | 11 | 125 | 0 | 137 | 62 | 41 | 514 | 132 | 43 |
| Binary | 10101010 | 1001 | 1010101 | 0 | 1011111 | 110010 | 100001 | 101001100 | 1011010 | 100011 |
Color Harmonies of #AA0955
Complementary color
Monochromatic Colors of #AA0955
Black with #AA0955
Text Example
Text Example
White with #AA0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0955; }
p { color: rgb(170,9,85); }
H1.HeaderClassName
{
color: #AA0955;
}
.AnyTagClassName
{
color: #AA0955;
}
</style>
background-color css
<style>
a { background-color: #AA0955; }
a { background-color: rgb(170,9,85); }
div.DivClassName
{
background-color: #AA0955;
}
.BgClassName
{
background-color: #AA0955;
}
</style>
border-color css
<style>
span { border-color: #AA0955; }
span { border-color: rgb(170,9,85); }
td.TdClassName
{
border-color: #AA0955;
}
.TagClassName
{
border-color: #AA0955;
}
</style>