Shades of Jazzberry Jam #AB0A41
Tints of Jazzberry Jam #AB0A41
RGB
CMYK
RGB Variations
Color information
#AB0A41 (or 0xAB0A41) is known color: Jazzberry Jam. HEX triplet: AB, 0A and 41. RGB value is (171,10,65). Sum of RGB (Red+Green+Blue) = 171+10+65=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A41 is #54F5BE. Grayscale: #404040. Windows color (decimal): -5567935 or 4262571. OLE color: 4262571.
HSL color Cylindrical-coordinate representation of color #AB0A41: hue angle of 339.5º 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 #AB0A41 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 65 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.33 |
| HSL | 339.5º | 0.89% | 0.35% | - |
| HSV(B) | 339.5º | 0.94% | 0.67% | - |
| XYZ | 17.86 | 9.26 | 5.85 | - |
| YUV | 64.41 | 128.34 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 65 | 0 | 0.94 | 0.62 | 0.33 | 339.5 | 0.89 | 0.35 |
| Hex | AB | A | 41 | 0 | 5E | 3E | 21 | 154 | 59 | 23 |
| Octal | 253 | 12 | 101 | 0 | 136 | 76 | 41 | 524 | 131 | 43 |
| Binary | 10101011 | 1010 | 1000001 | 0 | 1011110 | 111110 | 100001 | 101010100 | 1011001 | 100011 |
Color Harmonies of #AB0A41
Complementary color
Monochromatic Colors of #AB0A41
Black with #AB0A41
Text Example
Text Example
White with #AB0A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0A41; }
p { color: rgb(171,10,65); }
H1.HeaderClassName
{
color: #AB0A41;
}
.AnyTagClassName
{
color: #AB0A41;
}
</style>
background-color css
<style>
a { background-color: #AB0A41; }
a { background-color: rgb(171,10,65); }
div.DivClassName
{
background-color: #AB0A41;
}
.BgClassName
{
background-color: #AB0A41;
}
</style>
border-color css
<style>
span { border-color: #AB0A41; }
span { border-color: rgb(171,10,65); }
td.TdClassName
{
border-color: #AB0A41;
}
.TagClassName
{
border-color: #AB0A41;
}
</style>