Shades of Jazzberry Jam #AA106D
Tints of Jazzberry Jam #AA106D
RGB
CMYK
RGB Variations
Color information
#AA106D (or 0xAA106D) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 6D. RGB value is (170,16,109). Sum of RGB (Red+Green+Blue) = 170+16+109=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA106D is #55EF92. Grayscale: #484848. Windows color (decimal): -5631891 or 7147690. OLE color: 7147690.
HSL color Cylindrical-coordinate representation of color #AA106D: hue angle of 323.77º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA106D is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 109 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.33 |
| HSL | 323.77º | 0.83% | 0.36% | - |
| HSV(B) | 323.77º | 0.91% | 0.67% | - |
| XYZ | 19.52 | 10.02 | 15.37 | - |
| YUV | 72.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 109 | 0 | 0.91 | 0.36 | 0.33 | 323.77 | 0.83 | 0.36 |
| Hex | AA | 10 | 6D | 0 | 5B | 24 | 21 | 144 | 53 | 24 |
| Octal | 252 | 20 | 155 | 0 | 133 | 44 | 41 | 504 | 123 | 44 |
| Binary | 10101010 | 10000 | 1101101 | 0 | 1011011 | 100100 | 100001 | 101000100 | 1010011 | 100100 |
Color Harmonies of #AA106D
Complementary color
Monochromatic Colors of #AA106D
Black with #AA106D
Text Example
Text Example
White with #AA106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA106D; }
p { color: rgb(170,16,109); }
H1.HeaderClassName
{
color: #AA106D;
}
.AnyTagClassName
{
color: #AA106D;
}
</style>
background-color css
<style>
a { background-color: #AA106D; }
a { background-color: rgb(170,16,109); }
div.DivClassName
{
background-color: #AA106D;
}
.BgClassName
{
background-color: #AA106D;
}
</style>
border-color css
<style>
span { border-color: #AA106D; }
span { border-color: rgb(170,16,109); }
td.TdClassName
{
border-color: #AA106D;
}
.TagClassName
{
border-color: #AA106D;
}
</style>