Shades of Jazzberry Jam #AB086D
Tints of Jazzberry Jam #AB086D
RGB
CMYK
RGB Variations
Color information
#AB086D (or 0xAB086D) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 6D. RGB value is (171,8,109). Sum of RGB (Red+Green+Blue) = 171+8+109=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB086D is #54F792. Grayscale: #444444. Windows color (decimal): -5568403 or 7145643. OLE color: 7145643.
HSL color Cylindrical-coordinate representation of color #AB086D: hue angle of 322.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB086D is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 109 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.33 |
| HSL | 322.82º | 0.91% | 0.35% | - |
| HSV(B) | 322.82º | 0.95% | 0.67% | - |
| XYZ | 19.64 | 9.94 | 15.35 | - |
| YUV | 68.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 109 | 0 | 0.95 | 0.36 | 0.33 | 322.82 | 0.91 | 0.35 |
| Hex | AB | 8 | 6D | 0 | 5F | 24 | 21 | 143 | 5B | 23 |
| Octal | 253 | 10 | 155 | 0 | 137 | 44 | 41 | 503 | 133 | 43 |
| Binary | 10101011 | 1000 | 1101101 | 0 | 1011111 | 100100 | 100001 | 101000011 | 1011011 | 100011 |
Color Harmonies of #AB086D
Complementary color
Monochromatic Colors of #AB086D
Black with #AB086D
Text Example
Text Example
White with #AB086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB086D; }
p { color: rgb(171,8,109); }
H1.HeaderClassName
{
color: #AB086D;
}
.AnyTagClassName
{
color: #AB086D;
}
</style>
background-color css
<style>
a { background-color: #AB086D; }
a { background-color: rgb(171,8,109); }
div.DivClassName
{
background-color: #AB086D;
}
.BgClassName
{
background-color: #AB086D;
}
</style>
border-color css
<style>
span { border-color: #AB086D; }
span { border-color: rgb(171,8,109); }
td.TdClassName
{
border-color: #AB086D;
}
.TagClassName
{
border-color: #AB086D;
}
</style>