Shades of Jazzberry Jam #AB1E6E
Tints of Jazzberry Jam #AB1E6E
RGB
CMYK
RGB Variations
Color information
#AB1E6E (or 0xAB1E6E) is known color: Jazzberry Jam. HEX triplet: AB, 1E and 6E. RGB value is (171,30,110). Sum of RGB (Red+Green+Blue) = 171+30+110=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1E6E is #54E191. Grayscale: #515151. Windows color (decimal): -5562770 or 7216811. OLE color: 7216811.
HSL color Cylindrical-coordinate representation of color #AB1E6E: hue angle of 325.96º 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 #AB1E6E is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 110 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.33 |
| HSL | 325.96º | 0.7% | 0.39% | - |
| HSV(B) | 325.96º | 0.82% | 0.67% | - |
| XYZ | 20.07 | 10.71 | 15.76 | - |
| YUV | 81.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 110 | 0 | 0.82 | 0.36 | 0.33 | 325.96 | 0.7 | 0.39 |
| Hex | AB | 1E | 6E | 0 | 52 | 24 | 21 | 146 | 46 | 27 |
| Octal | 253 | 36 | 156 | 0 | 122 | 44 | 41 | 506 | 106 | 47 |
| Binary | 10101011 | 11110 | 1101110 | 0 | 1010010 | 100100 | 100001 | 101000110 | 1000110 | 100111 |
Color Harmonies of #AB1E6E
Complementary color
Monochromatic Colors of #AB1E6E
Black with #AB1E6E
Text Example
Text Example
White with #AB1E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E6E; }
p { color: rgb(171,30,110); }
H1.HeaderClassName
{
color: #AB1E6E;
}
.AnyTagClassName
{
color: #AB1E6E;
}
</style>
background-color css
<style>
a { background-color: #AB1E6E; }
a { background-color: rgb(171,30,110); }
div.DivClassName
{
background-color: #AB1E6E;
}
.BgClassName
{
background-color: #AB1E6E;
}
</style>
border-color css
<style>
span { border-color: #AB1E6E; }
span { border-color: rgb(171,30,110); }
td.TdClassName
{
border-color: #AB1E6E;
}
.TagClassName
{
border-color: #AB1E6E;
}
</style>