Shades of Jazzberry Jam #AA086B
Tints of Jazzberry Jam #AA086B
RGB
CMYK
RGB Variations
Color information
#AA086B (or 0xAA086B) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 6B. RGB value is (170,8,107). Sum of RGB (Red+Green+Blue) = 170+8+107=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA086B is #55F794. Grayscale: #434343. Windows color (decimal): -5633941 or 7014570. OLE color: 7014570.
HSL color Cylindrical-coordinate representation of color #AA086B: hue angle of 323.33º 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 #AA086B is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 107 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.33 |
| HSL | 323.33º | 0.91% | 0.35% | - |
| HSV(B) | 323.33º | 0.95% | 0.67% | - |
| XYZ | 19.32 | 9.78 | 14.78 | - |
| YUV | 67.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 107 | 0 | 0.95 | 0.37 | 0.33 | 323.33 | 0.91 | 0.35 |
| Hex | AA | 8 | 6B | 0 | 5F | 25 | 21 | 143 | 5B | 23 |
| Octal | 252 | 10 | 153 | 0 | 137 | 45 | 41 | 503 | 133 | 43 |
| Binary | 10101010 | 1000 | 1101011 | 0 | 1011111 | 100101 | 100001 | 101000011 | 1011011 | 100011 |
Color Harmonies of #AA086B
Complementary color
Monochromatic Colors of #AA086B
Black with #AA086B
Text Example
Text Example
White with #AA086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA086B; }
p { color: rgb(170,8,107); }
H1.HeaderClassName
{
color: #AA086B;
}
.AnyTagClassName
{
color: #AA086B;
}
</style>
background-color css
<style>
a { background-color: #AA086B; }
a { background-color: rgb(170,8,107); }
div.DivClassName
{
background-color: #AA086B;
}
.BgClassName
{
background-color: #AA086B;
}
</style>
border-color css
<style>
span { border-color: #AA086B; }
span { border-color: rgb(170,8,107); }
td.TdClassName
{
border-color: #AA086B;
}
.TagClassName
{
border-color: #AA086B;
}
</style>