Shades of Jazzberry Jam #AB0D5D
Tints of Jazzberry Jam #AB0D5D
RGB
CMYK
RGB Variations
Color information
#AB0D5D (or 0xAB0D5D) is known color: Jazzberry Jam. HEX triplet: AB, 0D and 5D. RGB value is (171,13,93). Sum of RGB (Red+Green+Blue) = 171+13+93=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0D5D is #54F2A2. Grayscale: #454545. Windows color (decimal): -5567139 or 6098347. OLE color: 6098347.
HSL color Cylindrical-coordinate representation of color #AB0D5D: hue angle of 329.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0D5D is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 93 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.33 |
| HSL | 329.62º | 0.86% | 0.36% | - |
| HSV(B) | 329.62º | 0.92% | 0.67% | - |
| XYZ | 18.91 | 9.74 | 11.24 | - |
| YUV | 69.36 | 141.35 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 93 | 0 | 0.92 | 0.46 | 0.33 | 329.62 | 0.86 | 0.36 |
| Hex | AB | D | 5D | 0 | 5C | 2E | 21 | 14A | 56 | 24 |
| Octal | 253 | 15 | 135 | 0 | 134 | 56 | 41 | 512 | 126 | 44 |
| Binary | 10101011 | 1101 | 1011101 | 0 | 1011100 | 101110 | 100001 | 101001010 | 1010110 | 100100 |
Color Harmonies of #AB0D5D
Complementary color
Monochromatic Colors of #AB0D5D
Black with #AB0D5D
Text Example
Text Example
White with #AB0D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0D5D; }
p { color: rgb(171,13,93); }
H1.HeaderClassName
{
color: #AB0D5D;
}
.AnyTagClassName
{
color: #AB0D5D;
}
</style>
background-color css
<style>
a { background-color: #AB0D5D; }
a { background-color: rgb(171,13,93); }
div.DivClassName
{
background-color: #AB0D5D;
}
.BgClassName
{
background-color: #AB0D5D;
}
</style>
border-color css
<style>
span { border-color: #AB0D5D; }
span { border-color: rgb(171,13,93); }
td.TdClassName
{
border-color: #AB0D5D;
}
.TagClassName
{
border-color: #AB0D5D;
}
</style>