Shades of Jazzberry Jam #AB0E6B
Tints of Jazzberry Jam #AB0E6B
RGB
CMYK
RGB Variations
Color information
#AB0E6B (or 0xAB0E6B) is known color: Jazzberry Jam. HEX triplet: AB, 0E and 6B. RGB value is (171,14,107). Sum of RGB (Red+Green+Blue) = 171+14+107=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0E6B is #54F194. Grayscale: #474747. Windows color (decimal): -5566869 or 7016107. OLE color: 7016107.
HSL color Cylindrical-coordinate representation of color #AB0E6B: hue angle of 324.46º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0E6B is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 14 | 107 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.33 |
| HSL | 324.46º | 0.85% | 0.36% | - |
| HSV(B) | 324.46º | 0.92% | 0.67% | - |
| XYZ | 19.61 | 10.03 | 14.81 | - |
| YUV | 71.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 107 | 0 | 0.92 | 0.37 | 0.33 | 324.46 | 0.85 | 0.36 |
| Hex | AB | E | 6B | 0 | 5C | 25 | 21 | 144 | 55 | 24 |
| Octal | 253 | 16 | 153 | 0 | 134 | 45 | 41 | 504 | 125 | 44 |
| Binary | 10101011 | 1110 | 1101011 | 0 | 1011100 | 100101 | 100001 | 101000100 | 1010101 | 100100 |
Color Harmonies of #AB0E6B
Complementary color
Monochromatic Colors of #AB0E6B
Black with #AB0E6B
Text Example
Text Example
White with #AB0E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0E6B; }
p { color: rgb(171,14,107); }
H1.HeaderClassName
{
color: #AB0E6B;
}
.AnyTagClassName
{
color: #AB0E6B;
}
</style>
background-color css
<style>
a { background-color: #AB0E6B; }
a { background-color: rgb(171,14,107); }
div.DivClassName
{
background-color: #AB0E6B;
}
.BgClassName
{
background-color: #AB0E6B;
}
</style>
border-color css
<style>
span { border-color: #AB0E6B; }
span { border-color: rgb(171,14,107); }
td.TdClassName
{
border-color: #AB0E6B;
}
.TagClassName
{
border-color: #AB0E6B;
}
</style>