Shades of Jazzberry Jam #AB186B
Tints of Jazzberry Jam #AB186B
RGB
CMYK
RGB Variations
Color information
#AB186B (or 0xAB186B) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 6B. RGB value is (171,24,107). Sum of RGB (Red+Green+Blue) = 171+24+107=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB186B is #54E794. Grayscale: #4D4D4D. Windows color (decimal): -5564309 or 7018667. OLE color: 7018667.
HSL color Cylindrical-coordinate representation of color #AB186B: hue angle of 326.12º 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 #AB186B is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 107 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.33 |
| HSL | 326.12º | 0.75% | 0.38% | - |
| HSV(B) | 326.12º | 0.86% | 0.67% | - |
| XYZ | 19.78 | 10.37 | 14.87 | - |
| YUV | 77.42 | 144.7 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 107 | 0 | 0.86 | 0.37 | 0.33 | 326.12 | 0.75 | 0.38 |
| Hex | AB | 18 | 6B | 0 | 56 | 25 | 21 | 146 | 4B | 26 |
| Octal | 253 | 30 | 153 | 0 | 126 | 45 | 41 | 506 | 113 | 46 |
| Binary | 10101011 | 11000 | 1101011 | 0 | 1010110 | 100101 | 100001 | 101000110 | 1001011 | 100110 |
Color Harmonies of #AB186B
Complementary color
Monochromatic Colors of #AB186B
Black with #AB186B
Text Example
Text Example
White with #AB186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB186B; }
p { color: rgb(171,24,107); }
H1.HeaderClassName
{
color: #AB186B;
}
.AnyTagClassName
{
color: #AB186B;
}
</style>
background-color css
<style>
a { background-color: #AB186B; }
a { background-color: rgb(171,24,107); }
div.DivClassName
{
background-color: #AB186B;
}
.BgClassName
{
background-color: #AB186B;
}
</style>
border-color css
<style>
span { border-color: #AB186B; }
span { border-color: rgb(171,24,107); }
td.TdClassName
{
border-color: #AB186B;
}
.TagClassName
{
border-color: #AB186B;
}
</style>