Shades of Jazzberry Jam #AA0D6A
Tints of Jazzberry Jam #AA0D6A
RGB
CMYK
RGB Variations
Color information
#AA0D6A (or 0xAA0D6A) is known color: Jazzberry Jam. HEX triplet: AA, 0D and 6A. RGB value is (170,13,106). Sum of RGB (Red+Green+Blue) = 170+13+106=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D6A is #55F295. Grayscale: #464646. Windows color (decimal): -5632662 or 6950314. OLE color: 6950314.
HSL color Cylindrical-coordinate representation of color #AA0D6A: hue angle of 324.46º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D6A is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 106 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.33 |
| HSL | 324.46º | 0.86% | 0.36% | - |
| HSV(B) | 324.46º | 0.92% | 0.67% | - |
| XYZ | 19.32 | 9.87 | 14.52 | - |
| YUV | 70.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 106 | 0 | 0.92 | 0.38 | 0.33 | 324.46 | 0.86 | 0.36 |
| Hex | AA | D | 6A | 0 | 5C | 26 | 21 | 144 | 56 | 24 |
| Octal | 252 | 15 | 152 | 0 | 134 | 46 | 41 | 504 | 126 | 44 |
| Binary | 10101010 | 1101 | 1101010 | 0 | 1011100 | 100110 | 100001 | 101000100 | 1010110 | 100100 |
Color Harmonies of #AA0D6A
Complementary color
Monochromatic Colors of #AA0D6A
Black with #AA0D6A
Text Example
Text Example
White with #AA0D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D6A; }
p { color: rgb(170,13,106); }
H1.HeaderClassName
{
color: #AA0D6A;
}
.AnyTagClassName
{
color: #AA0D6A;
}
</style>
background-color css
<style>
a { background-color: #AA0D6A; }
a { background-color: rgb(170,13,106); }
div.DivClassName
{
background-color: #AA0D6A;
}
.BgClassName
{
background-color: #AA0D6A;
}
</style>
border-color css
<style>
span { border-color: #AA0D6A; }
span { border-color: rgb(170,13,106); }
td.TdClassName
{
border-color: #AA0D6A;
}
.TagClassName
{
border-color: #AA0D6A;
}
</style>