Shades of Jazzberry Jam #AB185A
Tints of Jazzberry Jam #AB185A
RGB
CMYK
RGB Variations
Color information
#AB185A (or 0xAB185A) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 5A. RGB value is (171,24,90). Sum of RGB (Red+Green+Blue) = 171+24+90=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB185A is #54E7A5. Grayscale: #4B4B4B. Windows color (decimal): -5564326 or 5904555. OLE color: 5904555.
HSL color Cylindrical-coordinate representation of color #AB185A: hue angle of 333.06º 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 #AB185A is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 90 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.33 |
| HSL | 333.06º | 0.75% | 0.38% | - |
| HSV(B) | 333.06º | 0.86% | 0.67% | - |
| XYZ | 18.97 | 10.05 | 10.61 | - |
| YUV | 75.48 | 136.2 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 90 | 0 | 0.86 | 0.47 | 0.33 | 333.06 | 0.75 | 0.38 |
| Hex | AB | 18 | 5A | 0 | 56 | 2F | 21 | 14D | 4B | 26 |
| Octal | 253 | 30 | 132 | 0 | 126 | 57 | 41 | 515 | 113 | 46 |
| Binary | 10101011 | 11000 | 1011010 | 0 | 1010110 | 101111 | 100001 | 101001101 | 1001011 | 100110 |
Color Harmonies of #AB185A
Complementary color
Monochromatic Colors of #AB185A
Black with #AB185A
Text Example
Text Example
White with #AB185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB185A; }
p { color: rgb(171,24,90); }
H1.HeaderClassName
{
color: #AB185A;
}
.AnyTagClassName
{
color: #AB185A;
}
</style>
background-color css
<style>
a { background-color: #AB185A; }
a { background-color: rgb(171,24,90); }
div.DivClassName
{
background-color: #AB185A;
}
.BgClassName
{
background-color: #AB185A;
}
</style>
border-color css
<style>
span { border-color: #AB185A; }
span { border-color: rgb(171,24,90); }
td.TdClassName
{
border-color: #AB185A;
}
.TagClassName
{
border-color: #AB185A;
}
</style>