Shades of Jazzberry Jam #AA076D
Tints of Jazzberry Jam #AA076D
RGB
CMYK
RGB Variations
Color information
#AA076D (or 0xAA076D) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 6D. RGB value is (170,7,109). Sum of RGB (Red+Green+Blue) = 170+7+109=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA076D is #55F892. Grayscale: #434343. Windows color (decimal): -5634195 or 7145386. OLE color: 7145386.
HSL color Cylindrical-coordinate representation of color #AA076D: hue angle of 322.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA076D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 109 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.33 |
| HSL | 322.45º | 0.92% | 0.35% | - |
| HSV(B) | 322.45º | 0.96% | 0.67% | - |
| XYZ | 19.41 | 9.8 | 15.34 | - |
| YUV | 67.37 | 151.5 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 109 | 0 | 0.96 | 0.36 | 0.33 | 322.45 | 0.92 | 0.35 |
| Hex | AA | 7 | 6D | 0 | 60 | 24 | 21 | 142 | 5C | 23 |
| Octal | 252 | 7 | 155 | 0 | 140 | 44 | 41 | 502 | 134 | 43 |
| Binary | 10101010 | 111 | 1101101 | 0 | 1100000 | 100100 | 100001 | 101000010 | 1011100 | 100011 |
Color Harmonies of #AA076D
Complementary color
Monochromatic Colors of #AA076D
Black with #AA076D
Text Example
Text Example
White with #AA076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA076D; }
p { color: rgb(170,7,109); }
H1.HeaderClassName
{
color: #AA076D;
}
.AnyTagClassName
{
color: #AA076D;
}
</style>
background-color css
<style>
a { background-color: #AA076D; }
a { background-color: rgb(170,7,109); }
div.DivClassName
{
background-color: #AA076D;
}
.BgClassName
{
background-color: #AA076D;
}
</style>
border-color css
<style>
span { border-color: #AA076D; }
span { border-color: rgb(170,7,109); }
td.TdClassName
{
border-color: #AA076D;
}
.TagClassName
{
border-color: #AA076D;
}
</style>