Shades of Jazzberry Jam #AB186C
Tints of Jazzberry Jam #AB186C
RGB
CMYK
RGB Variations
Color information
#AB186C (or 0xAB186C) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 6C. RGB value is (171,24,108). Sum of RGB (Red+Green+Blue) = 171+24+108=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB186C is #54E793. Grayscale: #4D4D4D. Windows color (decimal): -5564308 or 7084203. OLE color: 7084203.
HSL color Cylindrical-coordinate representation of color #AB186C: hue angle of 325.71º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB186C is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 108 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.33 |
| HSL | 325.71º | 0.75% | 0.38% | - |
| HSV(B) | 325.71º | 0.86% | 0.67% | - |
| XYZ | 19.83 | 10.39 | 15.15 | - |
| YUV | 77.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 108 | 0 | 0.86 | 0.37 | 0.33 | 325.71 | 0.75 | 0.38 |
| Hex | AB | 18 | 6C | 0 | 56 | 25 | 21 | 146 | 4B | 26 |
| Octal | 253 | 30 | 154 | 0 | 126 | 45 | 41 | 506 | 113 | 46 |
| Binary | 10101011 | 11000 | 1101100 | 0 | 1010110 | 100101 | 100001 | 101000110 | 1001011 | 100110 |
Color Harmonies of #AB186C
Complementary color
Monochromatic Colors of #AB186C
Black with #AB186C
Text Example
Text Example
White with #AB186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB186C; }
p { color: rgb(171,24,108); }
H1.HeaderClassName
{
color: #AB186C;
}
.AnyTagClassName
{
color: #AB186C;
}
</style>
background-color css
<style>
a { background-color: #AB186C; }
a { background-color: rgb(171,24,108); }
div.DivClassName
{
background-color: #AB186C;
}
.BgClassName
{
background-color: #AB186C;
}
</style>
border-color css
<style>
span { border-color: #AB186C; }
span { border-color: rgb(171,24,108); }
td.TdClassName
{
border-color: #AB186C;
}
.TagClassName
{
border-color: #AB186C;
}
</style>