Shades of Jazzberry Jam #AB1A70
Tints of Jazzberry Jam #AB1A70
RGB
CMYK
RGB Variations
Color information
#AB1A70 (or 0xAB1A70) is known color: Jazzberry Jam. HEX triplet: AB, 1A and 70. RGB value is (171,26,112). Sum of RGB (Red+Green+Blue) = 171+26+112=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1A70 is #54E58F. Grayscale: #4E4E4E. Windows color (decimal): -5563792 or 7346859. OLE color: 7346859.
HSL color Cylindrical-coordinate representation of color #AB1A70: hue angle of 324.41º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1A70 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 26 | 112 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.33 |
| HSL | 324.41º | 0.74% | 0.39% | - |
| HSV(B) | 324.41º | 0.85% | 0.67% | - |
| XYZ | 20.09 | 10.57 | 16.31 | - |
| YUV | 79.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 112 | 0 | 0.85 | 0.35 | 0.33 | 324.41 | 0.74 | 0.39 |
| Hex | AB | 1A | 70 | 0 | 55 | 23 | 21 | 144 | 4A | 27 |
| Octal | 253 | 32 | 160 | 0 | 125 | 43 | 41 | 504 | 112 | 47 |
| Binary | 10101011 | 11010 | 1110000 | 0 | 1010101 | 100011 | 100001 | 101000100 | 1001010 | 100111 |
Color Harmonies of #AB1A70
Complementary color
Monochromatic Colors of #AB1A70
Black with #AB1A70
Text Example
Text Example
White with #AB1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1A70; }
p { color: rgb(171,26,112); }
H1.HeaderClassName
{
color: #AB1A70;
}
.AnyTagClassName
{
color: #AB1A70;
}
</style>
background-color css
<style>
a { background-color: #AB1A70; }
a { background-color: rgb(171,26,112); }
div.DivClassName
{
background-color: #AB1A70;
}
.BgClassName
{
background-color: #AB1A70;
}
</style>
border-color css
<style>
span { border-color: #AB1A70; }
span { border-color: rgb(171,26,112); }
td.TdClassName
{
border-color: #AB1A70;
}
.TagClassName
{
border-color: #AB1A70;
}
</style>