Shades of Jazzberry Jam #AB1E6C
Tints of Jazzberry Jam #AB1E6C
RGB
CMYK
RGB Variations
Color information
#AB1E6C (or 0xAB1E6C) is known color: Jazzberry Jam. HEX triplet: AB, 1E and 6C. RGB value is (171,30,108). Sum of RGB (Red+Green+Blue) = 171+30+108=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1E6C is #54E193. Grayscale: #505050. Windows color (decimal): -5562772 or 7085739. OLE color: 7085739.
HSL color Cylindrical-coordinate representation of color #AB1E6C: hue angle of 326.81º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1E6C is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 108 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.33 |
| HSL | 326.81º | 0.7% | 0.39% | - |
| HSV(B) | 326.81º | 0.82% | 0.67% | - |
| XYZ | 19.97 | 10.67 | 15.19 | - |
| YUV | 81.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 108 | 0 | 0.82 | 0.37 | 0.33 | 326.81 | 0.7 | 0.39 |
| Hex | AB | 1E | 6C | 0 | 52 | 25 | 21 | 147 | 46 | 27 |
| Octal | 253 | 36 | 154 | 0 | 122 | 45 | 41 | 507 | 106 | 47 |
| Binary | 10101011 | 11110 | 1101100 | 0 | 1010010 | 100101 | 100001 | 101000111 | 1000110 | 100111 |
Color Harmonies of #AB1E6C
Complementary color
Monochromatic Colors of #AB1E6C
Black with #AB1E6C
Text Example
Text Example
White with #AB1E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E6C; }
p { color: rgb(171,30,108); }
H1.HeaderClassName
{
color: #AB1E6C;
}
.AnyTagClassName
{
color: #AB1E6C;
}
</style>
background-color css
<style>
a { background-color: #AB1E6C; }
a { background-color: rgb(171,30,108); }
div.DivClassName
{
background-color: #AB1E6C;
}
.BgClassName
{
background-color: #AB1E6C;
}
</style>
border-color css
<style>
span { border-color: #AB1E6C; }
span { border-color: rgb(171,30,108); }
td.TdClassName
{
border-color: #AB1E6C;
}
.TagClassName
{
border-color: #AB1E6C;
}
</style>