Shades of Jazzberry Jam #AA106B
Tints of Jazzberry Jam #AA106B
RGB
CMYK
RGB Variations
Color information
#AA106B (or 0xAA106B) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 6B. RGB value is (170,16,107). Sum of RGB (Red+Green+Blue) = 170+16+107=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA106B is #55EF94. Grayscale: #484848. Windows color (decimal): -5631893 or 7016618. OLE color: 7016618.
HSL color Cylindrical-coordinate representation of color #AA106B: hue angle of 324.55º 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 #AA106B is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 107 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.33 |
| HSL | 324.55º | 0.83% | 0.36% | - |
| HSV(B) | 324.55º | 0.91% | 0.67% | - |
| XYZ | 19.42 | 9.98 | 14.81 | - |
| YUV | 72.42 | 147.52 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 107 | 0 | 0.91 | 0.37 | 0.33 | 324.55 | 0.83 | 0.36 |
| Hex | AA | 10 | 6B | 0 | 5B | 25 | 21 | 145 | 53 | 24 |
| Octal | 252 | 20 | 153 | 0 | 133 | 45 | 41 | 505 | 123 | 44 |
| Binary | 10101010 | 10000 | 1101011 | 0 | 1011011 | 100101 | 100001 | 101000101 | 1010011 | 100100 |
Color Harmonies of #AA106B
Complementary color
Monochromatic Colors of #AA106B
Black with #AA106B
Text Example
Text Example
White with #AA106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA106B; }
p { color: rgb(170,16,107); }
H1.HeaderClassName
{
color: #AA106B;
}
.AnyTagClassName
{
color: #AA106B;
}
</style>
background-color css
<style>
a { background-color: #AA106B; }
a { background-color: rgb(170,16,107); }
div.DivClassName
{
background-color: #AA106B;
}
.BgClassName
{
background-color: #AA106B;
}
</style>
border-color css
<style>
span { border-color: #AA106B; }
span { border-color: rgb(170,16,107); }
td.TdClassName
{
border-color: #AA106B;
}
.TagClassName
{
border-color: #AA106B;
}
</style>