Shades of Jazzberry Jam #AB194B
Tints of Jazzberry Jam #AB194B
RGB
CMYK
RGB Variations
Color information
#AB194B (or 0xAB194B) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 4B. RGB value is (171,25,75). Sum of RGB (Red+Green+Blue) = 171+25+75=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB194B is #54E6B4. Grayscale: #4A4A4A. Windows color (decimal): -5564085 or 4921771. OLE color: 4921771.
HSL color Cylindrical-coordinate representation of color #AB194B: hue angle of 339.45º 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 #AB194B is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 75 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.33 |
| HSL | 339.45º | 0.74% | 0.38% | - |
| HSV(B) | 339.45º | 0.85% | 0.67% | - |
| XYZ | 18.41 | 9.86 | 7.59 | - |
| YUV | 74.35 | 128.37 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 75 | 0 | 0.85 | 0.56 | 0.33 | 339.45 | 0.74 | 0.38 |
| Hex | AB | 19 | 4B | 0 | 55 | 38 | 21 | 153 | 4A | 26 |
| Octal | 253 | 31 | 113 | 0 | 125 | 70 | 41 | 523 | 112 | 46 |
| Binary | 10101011 | 11001 | 1001011 | 0 | 1010101 | 111000 | 100001 | 101010011 | 1001010 | 100110 |
Color Harmonies of #AB194B
Complementary color
Monochromatic Colors of #AB194B
Black with #AB194B
Text Example
Text Example
White with #AB194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB194B; }
p { color: rgb(171,25,75); }
H1.HeaderClassName
{
color: #AB194B;
}
.AnyTagClassName
{
color: #AB194B;
}
</style>
background-color css
<style>
a { background-color: #AB194B; }
a { background-color: rgb(171,25,75); }
div.DivClassName
{
background-color: #AB194B;
}
.BgClassName
{
background-color: #AB194B;
}
</style>
border-color css
<style>
span { border-color: #AB194B; }
span { border-color: rgb(171,25,75); }
td.TdClassName
{
border-color: #AB194B;
}
.TagClassName
{
border-color: #AB194B;
}
</style>