Shades of Jazzberry Jam #AB0A40
Tints of Jazzberry Jam #AB0A40
RGB
CMYK
RGB Variations
Color information
#AB0A40 (or 0xAB0A40) is known color: Jazzberry Jam. HEX triplet: AB, 0A and 40. RGB value is (171,10,64). Sum of RGB (Red+Green+Blue) = 171+10+64=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A40 is #54F5BF. Grayscale: #404040. Windows color (decimal): -5567936 or 4197035. OLE color: 4197035.
HSL color Cylindrical-coordinate representation of color #AB0A40: hue angle of 339.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A40 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 64 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.33 |
| HSL | 339.88º | 0.89% | 0.35% | - |
| HSV(B) | 339.88º | 0.94% | 0.67% | - |
| XYZ | 17.83 | 9.25 | 5.7 | - |
| YUV | 64.3 | 127.84 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 64 | 0 | 0.94 | 0.63 | 0.33 | 339.88 | 0.89 | 0.35 |
| Hex | AB | A | 40 | 0 | 5E | 3F | 21 | 154 | 59 | 23 |
| Octal | 253 | 12 | 100 | 0 | 136 | 77 | 41 | 524 | 131 | 43 |
| Binary | 10101011 | 1010 | 1000000 | 0 | 1011110 | 111111 | 100001 | 101010100 | 1011001 | 100011 |
Color Harmonies of #AB0A40
Complementary color
Monochromatic Colors of #AB0A40
Black with #AB0A40
Text Example
Text Example
White with #AB0A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0A40; }
p { color: rgb(171,10,64); }
H1.HeaderClassName
{
color: #AB0A40;
}
.AnyTagClassName
{
color: #AB0A40;
}
</style>
background-color css
<style>
a { background-color: #AB0A40; }
a { background-color: rgb(171,10,64); }
div.DivClassName
{
background-color: #AB0A40;
}
.BgClassName
{
background-color: #AB0A40;
}
</style>
border-color css
<style>
span { border-color: #AB0A40; }
span { border-color: rgb(171,10,64); }
td.TdClassName
{
border-color: #AB0A40;
}
.TagClassName
{
border-color: #AB0A40;
}
</style>