Shades of Jazzberry Jam #AB195D
Tints of Jazzberry Jam #AB195D
RGB
CMYK
RGB Variations
Color information
#AB195D (or 0xAB195D) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 5D. RGB value is (171,25,93). Sum of RGB (Red+Green+Blue) = 171+25+93=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB195D is #54E6A2. Grayscale: #4C4C4C. Windows color (decimal): -5564067 or 6101419. OLE color: 6101419.
HSL color Cylindrical-coordinate representation of color #AB195D: hue angle of 332.05º 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 #AB195D is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 93 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.33 |
| HSL | 332.05º | 0.74% | 0.38% | - |
| HSV(B) | 332.05º | 0.85% | 0.67% | - |
| XYZ | 19.12 | 10.14 | 11.31 | - |
| YUV | 76.41 | 137.37 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 93 | 0 | 0.85 | 0.46 | 0.33 | 332.05 | 0.74 | 0.38 |
| Hex | AB | 19 | 5D | 0 | 55 | 2E | 21 | 14C | 4A | 26 |
| Octal | 253 | 31 | 135 | 0 | 125 | 56 | 41 | 514 | 112 | 46 |
| Binary | 10101011 | 11001 | 1011101 | 0 | 1010101 | 101110 | 100001 | 101001100 | 1001010 | 100110 |
Color Harmonies of #AB195D
Complementary color
Monochromatic Colors of #AB195D
Black with #AB195D
Text Example
Text Example
White with #AB195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB195D; }
p { color: rgb(171,25,93); }
H1.HeaderClassName
{
color: #AB195D;
}
.AnyTagClassName
{
color: #AB195D;
}
</style>
background-color css
<style>
a { background-color: #AB195D; }
a { background-color: rgb(171,25,93); }
div.DivClassName
{
background-color: #AB195D;
}
.BgClassName
{
background-color: #AB195D;
}
</style>
border-color css
<style>
span { border-color: #AB195D; }
span { border-color: rgb(171,25,93); }
td.TdClassName
{
border-color: #AB195D;
}
.TagClassName
{
border-color: #AB195D;
}
</style>