Shades of Jazzberry Jam #AB215D
Tints of Jazzberry Jam #AB215D
RGB
CMYK
RGB Variations
Color information
#AB215D (or 0xAB215D) is known color: Jazzberry Jam. HEX triplet: AB, 21 and 5D. RGB value is (171,33,93). Sum of RGB (Red+Green+Blue) = 171+33+93=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB215D is #54DEA2. Grayscale: #515151. Windows color (decimal): -5562019 or 6103467. OLE color: 6103467.
HSL color Cylindrical-coordinate representation of color #AB215D: hue angle of 333.91º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB215D is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 93 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.33 |
| HSL | 333.91º | 0.68% | 0.4% | - |
| HSV(B) | 333.91º | 0.81% | 0.67% | - |
| XYZ | 19.31 | 10.54 | 11.37 | - |
| YUV | 81.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 93 | 0 | 0.81 | 0.46 | 0.33 | 333.91 | 0.68 | 0.4 |
| Hex | AB | 21 | 5D | 0 | 51 | 2E | 21 | 14E | 44 | 28 |
| Octal | 253 | 41 | 135 | 0 | 121 | 56 | 41 | 516 | 104 | 50 |
| Binary | 10101011 | 100001 | 1011101 | 0 | 1010001 | 101110 | 100001 | 101001110 | 1000100 | 101000 |
Color Harmonies of #AB215D
Complementary color
Monochromatic Colors of #AB215D
Black with #AB215D
Text Example
Text Example
White with #AB215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB215D; }
p { color: rgb(171,33,93); }
H1.HeaderClassName
{
color: #AB215D;
}
.AnyTagClassName
{
color: #AB215D;
}
</style>
background-color css
<style>
a { background-color: #AB215D; }
a { background-color: rgb(171,33,93); }
div.DivClassName
{
background-color: #AB215D;
}
.BgClassName
{
background-color: #AB215D;
}
</style>
border-color css
<style>
span { border-color: #AB215D; }
span { border-color: rgb(171,33,93); }
td.TdClassName
{
border-color: #AB215D;
}
.TagClassName
{
border-color: #AB215D;
}
</style>