Shades of Jazzberry Jam #AA076C
Tints of Jazzberry Jam #AA076C
RGB
CMYK
RGB Variations
Color information
#AA076C (or 0xAA076C) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 6C. RGB value is (170,7,108). Sum of RGB (Red+Green+Blue) = 170+7+108=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA076C is #55F893. Grayscale: #434343. Windows color (decimal): -5634196 or 7079850. OLE color: 7079850.
HSL color Cylindrical-coordinate representation of color #AA076C: hue angle of 322.82º 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 #AA076C is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.33 |
| HSL | 322.82º | 0.92% | 0.35% | - |
| HSV(B) | 322.82º | 0.96% | 0.67% | - |
| XYZ | 19.36 | 9.78 | 15.05 | - |
| YUV | 67.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 108 | 0 | 0.96 | 0.36 | 0.33 | 322.82 | 0.92 | 0.35 |
| Hex | AA | 7 | 6C | 0 | 60 | 24 | 21 | 143 | 5C | 23 |
| Octal | 252 | 7 | 154 | 0 | 140 | 44 | 41 | 503 | 134 | 43 |
| Binary | 10101010 | 111 | 1101100 | 0 | 1100000 | 100100 | 100001 | 101000011 | 1011100 | 100011 |
Color Harmonies of #AA076C
Complementary color
Monochromatic Colors of #AA076C
Black with #AA076C
Text Example
Text Example
White with #AA076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA076C; }
p { color: rgb(170,7,108); }
H1.HeaderClassName
{
color: #AA076C;
}
.AnyTagClassName
{
color: #AA076C;
}
</style>
background-color css
<style>
a { background-color: #AA076C; }
a { background-color: rgb(170,7,108); }
div.DivClassName
{
background-color: #AA076C;
}
.BgClassName
{
background-color: #AA076C;
}
</style>
border-color css
<style>
span { border-color: #AA076C; }
span { border-color: rgb(170,7,108); }
td.TdClassName
{
border-color: #AA076C;
}
.TagClassName
{
border-color: #AA076C;
}
</style>