Shades of Jazzberry Jam #AB196E
Tints of Jazzberry Jam #AB196E
RGB
CMYK
RGB Variations
Color information
#AB196E (or 0xAB196E) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 6E. RGB value is (171,25,110). Sum of RGB (Red+Green+Blue) = 171+25+110=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB196E is #54E691. Grayscale: #4E4E4E. Windows color (decimal): -5564050 or 7215531. OLE color: 7215531.
HSL color Cylindrical-coordinate representation of color #AB196E: hue angle of 325.07º 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 #AB196E is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 110 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.33 |
| HSL | 325.07º | 0.74% | 0.38% | - |
| HSV(B) | 325.07º | 0.85% | 0.67% | - |
| XYZ | 19.96 | 10.48 | 15.72 | - |
| YUV | 78.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 110 | 0 | 0.85 | 0.36 | 0.33 | 325.07 | 0.74 | 0.38 |
| Hex | AB | 19 | 6E | 0 | 55 | 24 | 21 | 145 | 4A | 26 |
| Octal | 253 | 31 | 156 | 0 | 125 | 44 | 41 | 505 | 112 | 46 |
| Binary | 10101011 | 11001 | 1101110 | 0 | 1010101 | 100100 | 100001 | 101000101 | 1001010 | 100110 |
Color Harmonies of #AB196E
Complementary color
Monochromatic Colors of #AB196E
Black with #AB196E
Text Example
Text Example
White with #AB196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB196E; }
p { color: rgb(171,25,110); }
H1.HeaderClassName
{
color: #AB196E;
}
.AnyTagClassName
{
color: #AB196E;
}
</style>
background-color css
<style>
a { background-color: #AB196E; }
a { background-color: rgb(171,25,110); }
div.DivClassName
{
background-color: #AB196E;
}
.BgClassName
{
background-color: #AB196E;
}
</style>
border-color css
<style>
span { border-color: #AB196E; }
span { border-color: rgb(171,25,110); }
td.TdClassName
{
border-color: #AB196E;
}
.TagClassName
{
border-color: #AB196E;
}
</style>