Shades of Jazzberry Jam #AB205C
Tints of Jazzberry Jam #AB205C
RGB
CMYK
RGB Variations
Color information
#AB205C (or 0xAB205C) is known color: Jazzberry Jam. HEX triplet: AB, 20 and 5C. RGB value is (171,32,92). Sum of RGB (Red+Green+Blue) = 171+32+92=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB205C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB205C is #54DFA3. Grayscale: #505050. Windows color (decimal): -5562276 or 6037675. OLE color: 6037675.
HSL color Cylindrical-coordinate representation of color #AB205C: hue angle of 334.1º 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 #AB205C is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 92 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.33 |
| HSL | 334.1º | 0.68% | 0.4% | - |
| HSV(B) | 334.1º | 0.81% | 0.67% | - |
| XYZ | 19.24 | 10.46 | 11.13 | - |
| YUV | 80.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 92 | 0 | 0.81 | 0.46 | 0.33 | 334.1 | 0.68 | 0.4 |
| Hex | AB | 20 | 5C | 0 | 51 | 2E | 21 | 14E | 44 | 28 |
| Octal | 253 | 40 | 134 | 0 | 121 | 56 | 41 | 516 | 104 | 50 |
| Binary | 10101011 | 100000 | 1011100 | 0 | 1010001 | 101110 | 100001 | 101001110 | 1000100 | 101000 |
Color Harmonies of #AB205C
Complementary color
Monochromatic Colors of #AB205C
Black with #AB205C
Text Example
Text Example
White with #AB205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB205C; }
p { color: rgb(171,32,92); }
H1.HeaderClassName
{
color: #AB205C;
}
.AnyTagClassName
{
color: #AB205C;
}
</style>
background-color css
<style>
a { background-color: #AB205C; }
a { background-color: rgb(171,32,92); }
div.DivClassName
{
background-color: #AB205C;
}
.BgClassName
{
background-color: #AB205C;
}
</style>
border-color css
<style>
span { border-color: #AB205C; }
span { border-color: rgb(171,32,92); }
td.TdClassName
{
border-color: #AB205C;
}
.TagClassName
{
border-color: #AB205C;
}
</style>