Shades of Jazzberry Jam #AA0763
Tints of Jazzberry Jam #AA0763
RGB
CMYK
RGB Variations
Color information
#AA0763 (or 0xAA0763) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 63. RGB value is (170,7,99). Sum of RGB (Red+Green+Blue) = 170+7+99=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0763 is #55F89C. Grayscale: #424242. Windows color (decimal): -5634205 or 6490026. OLE color: 6490026.
HSL color Cylindrical-coordinate representation of color #AA0763: hue angle of 326.13º 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 #AA0763 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 99 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.33 |
| HSL | 326.14º | 0.92% | 0.35% | - |
| HSV(B) | 326.14º | 0.96% | 0.67% | - |
| XYZ | 18.91 | 9.6 | 12.66 | - |
| YUV | 66.23 | 146.5 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 99 | 0 | 0.96 | 0.42 | 0.33 | 326.14 | 0.92 | 0.35 |
| Hex | AA | 7 | 63 | 0 | 60 | 2A | 21 | 146 | 5C | 23 |
| Octal | 252 | 7 | 143 | 0 | 140 | 52 | 41 | 506 | 134 | 43 |
| Binary | 10101010 | 111 | 1100011 | 0 | 1100000 | 101010 | 100001 | 101000110 | 1011100 | 100011 |
Color Harmonies of #AA0763
Complementary color
Monochromatic Colors of #AA0763
Black with #AA0763
Text Example
Text Example
White with #AA0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0763; }
p { color: rgb(170,7,99); }
H1.HeaderClassName
{
color: #AA0763;
}
.AnyTagClassName
{
color: #AA0763;
}
</style>
background-color css
<style>
a { background-color: #AA0763; }
a { background-color: rgb(170,7,99); }
div.DivClassName
{
background-color: #AA0763;
}
.BgClassName
{
background-color: #AA0763;
}
</style>
border-color css
<style>
span { border-color: #AA0763; }
span { border-color: rgb(170,7,99); }
td.TdClassName
{
border-color: #AA0763;
}
.TagClassName
{
border-color: #AA0763;
}
</style>