Shades of Jazzberry Jam #AA0868
Tints of Jazzberry Jam #AA0868
RGB
CMYK
RGB Variations
Color information
#AA0868 (or 0xAA0868) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 68. RGB value is (170,8,104). Sum of RGB (Red+Green+Blue) = 170+8+104=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0868 is #55F797. Grayscale: #434343. Windows color (decimal): -5633944 or 6817962. OLE color: 6817962.
HSL color Cylindrical-coordinate representation of color #AA0868: hue angle of 324.44º 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 #AA0868 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 104 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.33 |
| HSL | 324.44º | 0.91% | 0.35% | - |
| HSV(B) | 324.44º | 0.95% | 0.67% | - |
| XYZ | 19.16 | 9.72 | 13.96 | - |
| YUV | 67.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 104 | 0 | 0.95 | 0.39 | 0.33 | 324.44 | 0.91 | 0.35 |
| Hex | AA | 8 | 68 | 0 | 5F | 27 | 21 | 144 | 5B | 23 |
| Octal | 252 | 10 | 150 | 0 | 137 | 47 | 41 | 504 | 133 | 43 |
| Binary | 10101010 | 1000 | 1101000 | 0 | 1011111 | 100111 | 100001 | 101000100 | 1011011 | 100011 |
Color Harmonies of #AA0868
Complementary color
Monochromatic Colors of #AA0868
Black with #AA0868
Text Example
Text Example
White with #AA0868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0868; }
p { color: rgb(170,8,104); }
H1.HeaderClassName
{
color: #AA0868;
}
.AnyTagClassName
{
color: #AA0868;
}
</style>
background-color css
<style>
a { background-color: #AA0868; }
a { background-color: rgb(170,8,104); }
div.DivClassName
{
background-color: #AA0868;
}
.BgClassName
{
background-color: #AA0868;
}
</style>
border-color css
<style>
span { border-color: #AA0868; }
span { border-color: rgb(170,8,104); }
td.TdClassName
{
border-color: #AA0868;
}
.TagClassName
{
border-color: #AA0868;
}
</style>