Shades of Jazzberry Jam #AB1973
Tints of Jazzberry Jam #AB1973
RGB
CMYK
RGB Variations
Color information
#AB1973 (or 0xAB1973) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 73. RGB value is (171,25,115). Sum of RGB (Red+Green+Blue) = 171+25+115=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1973 is #54E68C. Grayscale: #4E4E4E. Windows color (decimal): -5564045 or 7543211. OLE color: 7543211.
HSL color Cylindrical-coordinate representation of color #AB1973: hue angle of 323.01º degrees, saturation: 0.74, 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 #AB1973 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 115 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.33 |
| HSL | 323.01º | 0.74% | 0.38% | - |
| HSV(B) | 323.01º | 0.85% | 0.67% | - |
| XYZ | 20.24 | 10.59 | 17.2 | - |
| YUV | 78.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 115 | 0 | 0.85 | 0.33 | 0.33 | 323.01 | 0.74 | 0.38 |
| Hex | AB | 19 | 73 | 0 | 55 | 21 | 21 | 143 | 4A | 26 |
| Octal | 253 | 31 | 163 | 0 | 125 | 41 | 41 | 503 | 112 | 46 |
| Binary | 10101011 | 11001 | 1110011 | 0 | 1010101 | 100001 | 100001 | 101000011 | 1001010 | 100110 |
Color Harmonies of #AB1973
Complementary color
Monochromatic Colors of #AB1973
Black with #AB1973
Text Example
Text Example
White with #AB1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1973; }
p { color: rgb(171,25,115); }
H1.HeaderClassName
{
color: #AB1973;
}
.AnyTagClassName
{
color: #AB1973;
}
</style>
background-color css
<style>
a { background-color: #AB1973; }
a { background-color: rgb(171,25,115); }
div.DivClassName
{
background-color: #AB1973;
}
.BgClassName
{
background-color: #AB1973;
}
</style>
border-color css
<style>
span { border-color: #AB1973; }
span { border-color: rgb(171,25,115); }
td.TdClassName
{
border-color: #AB1973;
}
.TagClassName
{
border-color: #AB1973;
}
</style>