Shades of Jazzberry Jam #AB0A46
Tints of Jazzberry Jam #AB0A46
RGB
CMYK
RGB Variations
Color information
#AB0A46 (or 0xAB0A46) is known color: Jazzberry Jam. HEX triplet: AB, 0A and 46. RGB value is (171,10,70). Sum of RGB (Red+Green+Blue) = 171+10+70=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A46 is #54F5B9. Grayscale: #404040. Windows color (decimal): -5567930 or 4590251. OLE color: 4590251.
HSL color Cylindrical-coordinate representation of color #AB0A46: hue angle of 337.64º 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 #AB0A46 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 70 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.33 |
| HSL | 337.64º | 0.89% | 0.35% | - |
| HSV(B) | 337.64º | 0.94% | 0.67% | - |
| XYZ | 18.01 | 9.32 | 6.64 | - |
| YUV | 64.98 | 130.84 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 70 | 0 | 0.94 | 0.59 | 0.33 | 337.64 | 0.89 | 0.35 |
| Hex | AB | A | 46 | 0 | 5E | 3B | 21 | 152 | 59 | 23 |
| Octal | 253 | 12 | 106 | 0 | 136 | 73 | 41 | 522 | 131 | 43 |
| Binary | 10101011 | 1010 | 1000110 | 0 | 1011110 | 111011 | 100001 | 101010010 | 1011001 | 100011 |
Color Harmonies of #AB0A46
Complementary color
Monochromatic Colors of #AB0A46
Black with #AB0A46
Text Example
Text Example
White with #AB0A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0A46; }
p { color: rgb(171,10,70); }
H1.HeaderClassName
{
color: #AB0A46;
}
.AnyTagClassName
{
color: #AB0A46;
}
</style>
background-color css
<style>
a { background-color: #AB0A46; }
a { background-color: rgb(171,10,70); }
div.DivClassName
{
background-color: #AB0A46;
}
.BgClassName
{
background-color: #AB0A46;
}
</style>
border-color css
<style>
span { border-color: #AB0A46; }
span { border-color: rgb(171,10,70); }
td.TdClassName
{
border-color: #AB0A46;
}
.TagClassName
{
border-color: #AB0A46;
}
</style>