Shades of Jazzberry Jam #AA0D6D
Tints of Jazzberry Jam #AA0D6D
RGB
CMYK
RGB Variations
Color information
#AA0D6D (or 0xAA0D6D) is known color: Jazzberry Jam. HEX triplet: AA, 0D and 6D. RGB value is (170,13,109). Sum of RGB (Red+Green+Blue) = 170+13+109=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D6D is #55F292. Grayscale: #464646. Windows color (decimal): -5632659 or 7146922. OLE color: 7146922.
HSL color Cylindrical-coordinate representation of color #AA0D6D: hue angle of 323.31º 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 #AA0D6D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 109 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.33 |
| HSL | 323.31º | 0.86% | 0.36% | - |
| HSV(B) | 323.31º | 0.92% | 0.67% | - |
| XYZ | 19.48 | 9.94 | 15.36 | - |
| YUV | 70.89 | 149.51 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 109 | 0 | 0.92 | 0.36 | 0.33 | 323.31 | 0.86 | 0.36 |
| Hex | AA | D | 6D | 0 | 5C | 24 | 21 | 143 | 56 | 24 |
| Octal | 252 | 15 | 155 | 0 | 134 | 44 | 41 | 503 | 126 | 44 |
| Binary | 10101010 | 1101 | 1101101 | 0 | 1011100 | 100100 | 100001 | 101000011 | 1010110 | 100100 |
Color Harmonies of #AA0D6D
Complementary color
Monochromatic Colors of #AA0D6D
Black with #AA0D6D
Text Example
Text Example
White with #AA0D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D6D; }
p { color: rgb(170,13,109); }
H1.HeaderClassName
{
color: #AA0D6D;
}
.AnyTagClassName
{
color: #AA0D6D;
}
</style>
background-color css
<style>
a { background-color: #AA0D6D; }
a { background-color: rgb(170,13,109); }
div.DivClassName
{
background-color: #AA0D6D;
}
.BgClassName
{
background-color: #AA0D6D;
}
</style>
border-color css
<style>
span { border-color: #AA0D6D; }
span { border-color: rgb(170,13,109); }
td.TdClassName
{
border-color: #AA0D6D;
}
.TagClassName
{
border-color: #AA0D6D;
}
</style>