Shades of Jazzberry Jam #AA085D
Tints of Jazzberry Jam #AA085D
RGB
CMYK
RGB Variations
Color information
#AA085D (or 0xAA085D) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 5D. RGB value is (170,8,93). Sum of RGB (Red+Green+Blue) = 170+8+93=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA085D is #55F7A2. Grayscale: #414141. Windows color (decimal): -5633955 or 6097066. OLE color: 6097066.
HSL color Cylindrical-coordinate representation of color #AA085D: hue angle of 328.52º 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 #AA085D is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 93 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.33 |
| HSL | 328.52º | 0.91% | 0.35% | - |
| HSV(B) | 328.52º | 0.95% | 0.67% | - |
| XYZ | 18.64 | 9.51 | 11.21 | - |
| YUV | 66.13 | 143.17 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 93 | 0 | 0.95 | 0.45 | 0.33 | 328.52 | 0.91 | 0.35 |
| Hex | AA | 8 | 5D | 0 | 5F | 2D | 21 | 149 | 5B | 23 |
| Octal | 252 | 10 | 135 | 0 | 137 | 55 | 41 | 511 | 133 | 43 |
| Binary | 10101010 | 1000 | 1011101 | 0 | 1011111 | 101101 | 100001 | 101001001 | 1011011 | 100011 |
Color Harmonies of #AA085D
Complementary color
Monochromatic Colors of #AA085D
Black with #AA085D
Text Example
Text Example
White with #AA085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA085D; }
p { color: rgb(170,8,93); }
H1.HeaderClassName
{
color: #AA085D;
}
.AnyTagClassName
{
color: #AA085D;
}
</style>
background-color css
<style>
a { background-color: #AA085D; }
a { background-color: rgb(170,8,93); }
div.DivClassName
{
background-color: #AA085D;
}
.BgClassName
{
background-color: #AA085D;
}
</style>
border-color css
<style>
span { border-color: #AA085D; }
span { border-color: rgb(170,8,93); }
td.TdClassName
{
border-color: #AA085D;
}
.TagClassName
{
border-color: #AA085D;
}
</style>