Shades of Jazzberry Jam #AA1A70
Tints of Jazzberry Jam #AA1A70
RGB
CMYK
RGB Variations
Color information
#AA1A70 (or 0xAA1A70) is known color: Jazzberry Jam. HEX triplet: AA, 1A and 70. RGB value is (170,26,112). Sum of RGB (Red+Green+Blue) = 170+26+112=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A70 is #55E58F. Grayscale: #4E4E4E. Windows color (decimal): -5629328 or 7346858. OLE color: 7346858.
HSL color Cylindrical-coordinate representation of color #AA1A70: hue angle of 324.17º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A70 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 112 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.33 |
| HSL | 324.17º | 0.73% | 0.38% | - |
| HSV(B) | 324.17º | 0.85% | 0.67% | - |
| XYZ | 19.87 | 10.45 | 16.3 | - |
| YUV | 78.86 | 146.71 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 112 | 0 | 0.85 | 0.34 | 0.33 | 324.17 | 0.73 | 0.38 |
| Hex | AA | 1A | 70 | 0 | 55 | 22 | 21 | 144 | 49 | 26 |
| Octal | 252 | 32 | 160 | 0 | 125 | 42 | 41 | 504 | 111 | 46 |
| Binary | 10101010 | 11010 | 1110000 | 0 | 1010101 | 100010 | 100001 | 101000100 | 1001001 | 100110 |
Color Harmonies of #AA1A70
Complementary color
Monochromatic Colors of #AA1A70
Black with #AA1A70
Text Example
Text Example
White with #AA1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A70; }
p { color: rgb(170,26,112); }
H1.HeaderClassName
{
color: #AA1A70;
}
.AnyTagClassName
{
color: #AA1A70;
}
</style>
background-color css
<style>
a { background-color: #AA1A70; }
a { background-color: rgb(170,26,112); }
div.DivClassName
{
background-color: #AA1A70;
}
.BgClassName
{
background-color: #AA1A70;
}
</style>
border-color css
<style>
span { border-color: #AA1A70; }
span { border-color: rgb(170,26,112); }
td.TdClassName
{
border-color: #AA1A70;
}
.TagClassName
{
border-color: #AA1A70;
}
</style>