Shades of Jazzberry Jam #AB0B5D
Tints of Jazzberry Jam #AB0B5D
RGB
CMYK
RGB Variations
Color information
#AB0B5D (or 0xAB0B5D) is known color: Jazzberry Jam. HEX triplet: AB, 0B and 5D. RGB value is (171,11,93). Sum of RGB (Red+Green+Blue) = 171+11+93=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0B5D is #54F4A2. Grayscale: #444444. Windows color (decimal): -5567651 or 6097835. OLE color: 6097835.
HSL color Cylindrical-coordinate representation of color #AB0B5D: hue angle of 329.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B5D is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 93 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.33 |
| HSL | 329.25º | 0.88% | 0.36% | - |
| HSV(B) | 329.25º | 0.94% | 0.67% | - |
| XYZ | 18.89 | 9.69 | 11.23 | - |
| YUV | 68.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 93 | 0 | 0.94 | 0.46 | 0.33 | 329.25 | 0.88 | 0.36 |
| Hex | AB | B | 5D | 0 | 5E | 2E | 21 | 149 | 58 | 24 |
| Octal | 253 | 13 | 135 | 0 | 136 | 56 | 41 | 511 | 130 | 44 |
| Binary | 10101011 | 1011 | 1011101 | 0 | 1011110 | 101110 | 100001 | 101001001 | 1011000 | 100100 |
Color Harmonies of #AB0B5D
Complementary color
Monochromatic Colors of #AB0B5D
Black with #AB0B5D
Text Example
Text Example
White with #AB0B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B5D; }
p { color: rgb(171,11,93); }
H1.HeaderClassName
{
color: #AB0B5D;
}
.AnyTagClassName
{
color: #AB0B5D;
}
</style>
background-color css
<style>
a { background-color: #AB0B5D; }
a { background-color: rgb(171,11,93); }
div.DivClassName
{
background-color: #AB0B5D;
}
.BgClassName
{
background-color: #AB0B5D;
}
</style>
border-color css
<style>
span { border-color: #AB0B5D; }
span { border-color: rgb(171,11,93); }
td.TdClassName
{
border-color: #AB0B5D;
}
.TagClassName
{
border-color: #AB0B5D;
}
</style>