Shades of Jazzberry Jam #AA0653
Tints of Jazzberry Jam #AA0653
RGB
CMYK
RGB Variations
Color information
#AA0653 (or 0xAA0653) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 53. RGB value is (170,6,83). Sum of RGB (Red+Green+Blue) = 170+6+83=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0653 is #55F9AC. Grayscale: #3F3F3F. Windows color (decimal): -5634477 or 5441194. OLE color: 5441194.
HSL color Cylindrical-coordinate representation of color #AA0653: hue angle of 331.83º degrees, saturation: 0.93, 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 #AA0653 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 83 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.33 |
| HSL | 331.83º | 0.93% | 0.35% | - |
| HSV(B) | 331.83º | 0.96% | 0.67% | - |
| XYZ | 18.2 | 9.3 | 9.02 | - |
| YUV | 63.81 | 138.83 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 83 | 0 | 0.96 | 0.51 | 0.33 | 331.83 | 0.93 | 0.35 |
| Hex | AA | 6 | 53 | 0 | 60 | 33 | 21 | 14C | 5D | 23 |
| Octal | 252 | 6 | 123 | 0 | 140 | 63 | 41 | 514 | 135 | 43 |
| Binary | 10101010 | 110 | 1010011 | 0 | 1100000 | 110011 | 100001 | 101001100 | 1011101 | 100011 |
Color Harmonies of #AA0653
Complementary color
Monochromatic Colors of #AA0653
Black with #AA0653
Text Example
Text Example
White with #AA0653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0653; }
p { color: rgb(170,6,83); }
H1.HeaderClassName
{
color: #AA0653;
}
.AnyTagClassName
{
color: #AA0653;
}
</style>
background-color css
<style>
a { background-color: #AA0653; }
a { background-color: rgb(170,6,83); }
div.DivClassName
{
background-color: #AA0653;
}
.BgClassName
{
background-color: #AA0653;
}
</style>
border-color css
<style>
span { border-color: #AA0653; }
span { border-color: rgb(170,6,83); }
td.TdClassName
{
border-color: #AA0653;
}
.TagClassName
{
border-color: #AA0653;
}
</style>