Shades of Jazzberry Jam #AA076E
Tints of Jazzberry Jam #AA076E
RGB
CMYK
RGB Variations
Color information
#AA076E (or 0xAA076E) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 6E. RGB value is (170,7,110). Sum of RGB (Red+Green+Blue) = 170+7+110=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA076E is #55F891. Grayscale: #434343. Windows color (decimal): -5634194 or 7210922. OLE color: 7210922.
HSL color Cylindrical-coordinate representation of color #AA076E: hue angle of 322.09º 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 #AA076E is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 110 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.33 |
| HSL | 322.09º | 0.92% | 0.35% | - |
| HSV(B) | 322.09º | 0.96% | 0.67% | - |
| XYZ | 19.47 | 9.82 | 15.62 | - |
| YUV | 67.48 | 152 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 110 | 0 | 0.96 | 0.35 | 0.33 | 322.09 | 0.92 | 0.35 |
| Hex | AA | 7 | 6E | 0 | 60 | 23 | 21 | 142 | 5C | 23 |
| Octal | 252 | 7 | 156 | 0 | 140 | 43 | 41 | 502 | 134 | 43 |
| Binary | 10101010 | 111 | 1101110 | 0 | 1100000 | 100011 | 100001 | 101000010 | 1011100 | 100011 |
Color Harmonies of #AA076E
Complementary color
Monochromatic Colors of #AA076E
Black with #AA076E
Text Example
Text Example
White with #AA076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA076E; }
p { color: rgb(170,7,110); }
H1.HeaderClassName
{
color: #AA076E;
}
.AnyTagClassName
{
color: #AA076E;
}
</style>
background-color css
<style>
a { background-color: #AA076E; }
a { background-color: rgb(170,7,110); }
div.DivClassName
{
background-color: #AA076E;
}
.BgClassName
{
background-color: #AA076E;
}
</style>
border-color css
<style>
span { border-color: #AA076E; }
span { border-color: rgb(170,7,110); }
td.TdClassName
{
border-color: #AA076E;
}
.TagClassName
{
border-color: #AA076E;
}
</style>