Shades of Jazzberry Jam #AA105B
Tints of Jazzberry Jam #AA105B
RGB
CMYK
RGB Variations
Color information
#AA105B (or 0xAA105B) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 5B. RGB value is (170,16,91). Sum of RGB (Red+Green+Blue) = 170+16+91=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA105B is #55EFA4. Grayscale: #464646. Windows color (decimal): -5631909 or 5968042. OLE color: 5968042.
HSL color Cylindrical-coordinate representation of color #AA105B: hue angle of 330.78º 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 #AA105B is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 91 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.33 |
| HSL | 330.78º | 0.83% | 0.36% | - |
| HSV(B) | 330.78º | 0.91% | 0.67% | - |
| XYZ | 18.65 | 9.67 | 10.78 | - |
| YUV | 70.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 91 | 0 | 0.91 | 0.46 | 0.33 | 330.78 | 0.83 | 0.36 |
| Hex | AA | 10 | 5B | 0 | 5B | 2E | 21 | 14B | 53 | 24 |
| Octal | 252 | 20 | 133 | 0 | 133 | 56 | 41 | 513 | 123 | 44 |
| Binary | 10101010 | 10000 | 1011011 | 0 | 1011011 | 101110 | 100001 | 101001011 | 1010011 | 100100 |
Color Harmonies of #AA105B
Complementary color
Monochromatic Colors of #AA105B
Black with #AA105B
Text Example
Text Example
White with #AA105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA105B; }
p { color: rgb(170,16,91); }
H1.HeaderClassName
{
color: #AA105B;
}
.AnyTagClassName
{
color: #AA105B;
}
</style>
background-color css
<style>
a { background-color: #AA105B; }
a { background-color: rgb(170,16,91); }
div.DivClassName
{
background-color: #AA105B;
}
.BgClassName
{
background-color: #AA105B;
}
</style>
border-color css
<style>
span { border-color: #AA105B; }
span { border-color: rgb(170,16,91); }
td.TdClassName
{
border-color: #AA105B;
}
.TagClassName
{
border-color: #AA105B;
}
</style>