Shades of Jazzberry Jam #AB0A70
Tints of Jazzberry Jam #AB0A70
RGB
CMYK
RGB Variations
Color information
#AB0A70 (or 0xAB0A70) is known color: Jazzberry Jam. HEX triplet: AB, 0A and 70. RGB value is (171,10,112). Sum of RGB (Red+Green+Blue) = 171+10+112=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0A70 is #54F58F. Grayscale: #454545. Windows color (decimal): -5567888 or 7342763. OLE color: 7342763.
HSL color Cylindrical-coordinate representation of color #AB0A70: hue angle of 321.99º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A70 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 112 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.33 |
| HSL | 321.99º | 0.89% | 0.35% | - |
| HSV(B) | 321.99º | 0.94% | 0.67% | - |
| XYZ | 19.83 | 10.04 | 16.22 | - |
| YUV | 69.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 112 | 0 | 0.94 | 0.35 | 0.33 | 321.99 | 0.89 | 0.35 |
| Hex | AB | A | 70 | 0 | 5E | 23 | 21 | 142 | 59 | 23 |
| Octal | 253 | 12 | 160 | 0 | 136 | 43 | 41 | 502 | 131 | 43 |
| Binary | 10101011 | 1010 | 1110000 | 0 | 1011110 | 100011 | 100001 | 101000010 | 1011001 | 100011 |
Color Harmonies of #AB0A70
Complementary color
Monochromatic Colors of #AB0A70
Black with #AB0A70
Text Example
Text Example
White with #AB0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0A70; }
p { color: rgb(171,10,112); }
H1.HeaderClassName
{
color: #AB0A70;
}
.AnyTagClassName
{
color: #AB0A70;
}
</style>
background-color css
<style>
a { background-color: #AB0A70; }
a { background-color: rgb(171,10,112); }
div.DivClassName
{
background-color: #AB0A70;
}
.BgClassName
{
background-color: #AB0A70;
}
</style>
border-color css
<style>
span { border-color: #AB0A70; }
span { border-color: rgb(171,10,112); }
td.TdClassName
{
border-color: #AB0A70;
}
.TagClassName
{
border-color: #AB0A70;
}
</style>