Shades of Jazzberry Jam #AB0D4D
Tints of Jazzberry Jam #AB0D4D
RGB
CMYK
RGB Variations
Color information
#AB0D4D (or 0xAB0D4D) is known color: Jazzberry Jam. HEX triplet: AB, 0D and 4D. RGB value is (171,13,77). Sum of RGB (Red+Green+Blue) = 171+13+77=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0D4D is #54F2B2. Grayscale: #434343. Windows color (decimal): -5567155 or 5049771. OLE color: 5049771.
HSL color Cylindrical-coordinate representation of color #AB0D4D: hue angle of 335.7º 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 #AB0D4D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 77 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.33 |
| HSL | 335.7º | 0.86% | 0.36% | - |
| HSV(B) | 335.7º | 0.92% | 0.67% | - |
| XYZ | 18.28 | 9.48 | 7.89 | - |
| YUV | 67.54 | 133.35 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 77 | 0 | 0.92 | 0.55 | 0.33 | 335.7 | 0.86 | 0.36 |
| Hex | AB | D | 4D | 0 | 5C | 37 | 21 | 150 | 56 | 24 |
| Octal | 253 | 15 | 115 | 0 | 134 | 67 | 41 | 520 | 126 | 44 |
| Binary | 10101011 | 1101 | 1001101 | 0 | 1011100 | 110111 | 100001 | 101010000 | 1010110 | 100100 |
Color Harmonies of #AB0D4D
Complementary color
Monochromatic Colors of #AB0D4D
Black with #AB0D4D
Text Example
Text Example
White with #AB0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0D4D; }
p { color: rgb(171,13,77); }
H1.HeaderClassName
{
color: #AB0D4D;
}
.AnyTagClassName
{
color: #AB0D4D;
}
</style>
background-color css
<style>
a { background-color: #AB0D4D; }
a { background-color: rgb(171,13,77); }
div.DivClassName
{
background-color: #AB0D4D;
}
.BgClassName
{
background-color: #AB0D4D;
}
</style>
border-color css
<style>
span { border-color: #AB0D4D; }
span { border-color: rgb(171,13,77); }
td.TdClassName
{
border-color: #AB0D4D;
}
.TagClassName
{
border-color: #AB0D4D;
}
</style>