Shades of Jazzberry Jam #AB086C
Tints of Jazzberry Jam #AB086C
RGB
CMYK
RGB Variations
Color information
#AB086C (or 0xAB086C) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 6C. RGB value is (171,8,108). Sum of RGB (Red+Green+Blue) = 171+8+108=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB086C is #54F793. Grayscale: #434343. Windows color (decimal): -5568404 or 7080107. OLE color: 7080107.
HSL color Cylindrical-coordinate representation of color #AB086C: hue angle of 323.19º 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 #AB086C is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 108 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.33 |
| HSL | 323.19º | 0.91% | 0.35% | - |
| HSV(B) | 323.19º | 0.95% | 0.67% | - |
| XYZ | 19.59 | 9.91 | 15.07 | - |
| YUV | 68.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 108 | 0 | 0.95 | 0.37 | 0.33 | 323.19 | 0.91 | 0.35 |
| Hex | AB | 8 | 6C | 0 | 5F | 25 | 21 | 143 | 5B | 23 |
| Octal | 253 | 10 | 154 | 0 | 137 | 45 | 41 | 503 | 133 | 43 |
| Binary | 10101011 | 1000 | 1101100 | 0 | 1011111 | 100101 | 100001 | 101000011 | 1011011 | 100011 |
Color Harmonies of #AB086C
Complementary color
Monochromatic Colors of #AB086C
Black with #AB086C
Text Example
Text Example
White with #AB086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB086C; }
p { color: rgb(171,8,108); }
H1.HeaderClassName
{
color: #AB086C;
}
.AnyTagClassName
{
color: #AB086C;
}
</style>
background-color css
<style>
a { background-color: #AB086C; }
a { background-color: rgb(171,8,108); }
div.DivClassName
{
background-color: #AB086C;
}
.BgClassName
{
background-color: #AB086C;
}
</style>
border-color css
<style>
span { border-color: #AB086C; }
span { border-color: rgb(171,8,108); }
td.TdClassName
{
border-color: #AB086C;
}
.TagClassName
{
border-color: #AB086C;
}
</style>