Shades of Jazzberry Jam #AA0762
Tints of Jazzberry Jam #AA0762
RGB
CMYK
RGB Variations
Color information
#AA0762 (or 0xAA0762) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 62. RGB value is (170,7,98). Sum of RGB (Red+Green+Blue) = 170+7+98=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0762 is #55F89D. Grayscale: #414141. Windows color (decimal): -5634206 or 6424490. OLE color: 6424490.
HSL color Cylindrical-coordinate representation of color #AA0762: hue angle of 326.5º 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 #AA0762 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 98 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.33 |
| HSL | 326.5º | 0.92% | 0.35% | - |
| HSV(B) | 326.5º | 0.96% | 0.67% | - |
| XYZ | 18.86 | 9.58 | 12.41 | - |
| YUV | 66.11 | 146 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 98 | 0 | 0.96 | 0.42 | 0.33 | 326.5 | 0.92 | 0.35 |
| Hex | AA | 7 | 62 | 0 | 60 | 2A | 21 | 147 | 5C | 23 |
| Octal | 252 | 7 | 142 | 0 | 140 | 52 | 41 | 507 | 134 | 43 |
| Binary | 10101010 | 111 | 1100010 | 0 | 1100000 | 101010 | 100001 | 101000111 | 1011100 | 100011 |
Color Harmonies of #AA0762
Complementary color
Monochromatic Colors of #AA0762
Black with #AA0762
Text Example
Text Example
White with #AA0762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0762; }
p { color: rgb(170,7,98); }
H1.HeaderClassName
{
color: #AA0762;
}
.AnyTagClassName
{
color: #AA0762;
}
</style>
background-color css
<style>
a { background-color: #AA0762; }
a { background-color: rgb(170,7,98); }
div.DivClassName
{
background-color: #AA0762;
}
.BgClassName
{
background-color: #AA0762;
}
</style>
border-color css
<style>
span { border-color: #AA0762; }
span { border-color: rgb(170,7,98); }
td.TdClassName
{
border-color: #AA0762;
}
.TagClassName
{
border-color: #AA0762;
}
</style>