Shades of Jazzberry Jam #AA106C
Tints of Jazzberry Jam #AA106C
RGB
CMYK
RGB Variations
Color information
#AA106C (or 0xAA106C) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 6C. RGB value is (170,16,108). Sum of RGB (Red+Green+Blue) = 170+16+108=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA106C is #55EF93. Grayscale: #484848. Windows color (decimal): -5631892 or 7082154. OLE color: 7082154.
HSL color Cylindrical-coordinate representation of color #AA106C: hue angle of 324.16º 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 #AA106C is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 108 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.33 |
| HSL | 324.16º | 0.83% | 0.36% | - |
| HSV(B) | 324.16º | 0.91% | 0.67% | - |
| XYZ | 19.47 | 10 | 15.09 | - |
| YUV | 72.53 | 148.02 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 108 | 0 | 0.91 | 0.36 | 0.33 | 324.16 | 0.83 | 0.36 |
| Hex | AA | 10 | 6C | 0 | 5B | 24 | 21 | 144 | 53 | 24 |
| Octal | 252 | 20 | 154 | 0 | 133 | 44 | 41 | 504 | 123 | 44 |
| Binary | 10101010 | 10000 | 1101100 | 0 | 1011011 | 100100 | 100001 | 101000100 | 1010011 | 100100 |
Color Harmonies of #AA106C
Complementary color
Monochromatic Colors of #AA106C
Black with #AA106C
Text Example
Text Example
White with #AA106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA106C; }
p { color: rgb(170,16,108); }
H1.HeaderClassName
{
color: #AA106C;
}
.AnyTagClassName
{
color: #AA106C;
}
</style>
background-color css
<style>
a { background-color: #AA106C; }
a { background-color: rgb(170,16,108); }
div.DivClassName
{
background-color: #AA106C;
}
.BgClassName
{
background-color: #AA106C;
}
</style>
border-color css
<style>
span { border-color: #AA106C; }
span { border-color: rgb(170,16,108); }
td.TdClassName
{
border-color: #AA106C;
}
.TagClassName
{
border-color: #AA106C;
}
</style>