Shades of Jazzberry Jam #AB0A5E
Tints of Jazzberry Jam #AB0A5E
RGB
CMYK
RGB Variations
Color information
#AB0A5E (or 0xAB0A5E) is known color: Jazzberry Jam. HEX triplet: AB, 0A and 5E. RGB value is (171,10,94). Sum of RGB (Red+Green+Blue) = 171+10+94=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0A5E is #54F5A1. Grayscale: #434343. Windows color (decimal): -5567906 or 6163115. OLE color: 6163115.
HSL color Cylindrical-coordinate representation of color #AB0A5E: hue angle of 328.7º 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 #AB0A5E is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 94 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.33 |
| HSL | 328.7º | 0.89% | 0.35% | - |
| HSV(B) | 328.7º | 0.94% | 0.67% | - |
| XYZ | 18.92 | 9.68 | 11.46 | - |
| YUV | 67.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 94 | 0 | 0.94 | 0.45 | 0.33 | 328.7 | 0.89 | 0.35 |
| Hex | AB | A | 5E | 0 | 5E | 2D | 21 | 149 | 59 | 23 |
| Octal | 253 | 12 | 136 | 0 | 136 | 55 | 41 | 511 | 131 | 43 |
| Binary | 10101011 | 1010 | 1011110 | 0 | 1011110 | 101101 | 100001 | 101001001 | 1011001 | 100011 |
Color Harmonies of #AB0A5E
Complementary color
Monochromatic Colors of #AB0A5E
Black with #AB0A5E
Text Example
Text Example
White with #AB0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0A5E; }
p { color: rgb(171,10,94); }
H1.HeaderClassName
{
color: #AB0A5E;
}
.AnyTagClassName
{
color: #AB0A5E;
}
</style>
background-color css
<style>
a { background-color: #AB0A5E; }
a { background-color: rgb(171,10,94); }
div.DivClassName
{
background-color: #AB0A5E;
}
.BgClassName
{
background-color: #AB0A5E;
}
</style>
border-color css
<style>
span { border-color: #AB0A5E; }
span { border-color: rgb(171,10,94); }
td.TdClassName
{
border-color: #AB0A5E;
}
.TagClassName
{
border-color: #AB0A5E;
}
</style>