Shades of Jazzberry Jam #AB005E
Tints of Jazzberry Jam #AB005E
RGB
CMYK
RGB Variations
Color information
#AB005E (or 0xAB005E) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 5E. RGB value is (171,0,94). Sum of RGB (Red+Green+Blue) = 171+0+94=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB005E is #54FFA1. Grayscale: #3D3D3D. Windows color (decimal): -5570466 or 6160555. OLE color: 6160555.
HSL color Cylindrical-coordinate representation of color #AB005E: hue angle of 327.02º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB005E is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.45 | 0.33 |
| HSL | 327.02º | 1% | 0.34% | - |
| HSV(B) | 327.02º | 1% | 0.67% | - |
| XYZ | 18.81 | 9.47 | 11.43 | - |
| YUV | 61.85 | 146.15 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 94 | 0 | 1 | 0.45 | 0.33 | 327.02 | 1 | 0.34 |
| Hex | AB | 0 | 5E | 0 | 64 | 2D | 21 | 147 | 64 | 22 |
| Octal | 253 | 0 | 136 | 0 | 144 | 55 | 41 | 507 | 144 | 42 |
| Binary | 10101011 | 0 | 1011110 | 0 | 1100100 | 101101 | 100001 | 101000111 | 1100100 | 100010 |
Color Harmonies of #AB005E
Complementary color
Monochromatic Colors of #AB005E
Black with #AB005E
Text Example
Text Example
White with #AB005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB005E; }
p { color: rgb(171,0,94); }
H1.HeaderClassName
{
color: #AB005E;
}
.AnyTagClassName
{
color: #AB005E;
}
</style>
background-color css
<style>
a { background-color: #AB005E; }
a { background-color: rgb(171,0,94); }
div.DivClassName
{
background-color: #AB005E;
}
.BgClassName
{
background-color: #AB005E;
}
</style>
border-color css
<style>
span { border-color: #AB005E; }
span { border-color: rgb(171,0,94); }
td.TdClassName
{
border-color: #AB005E;
}
.TagClassName
{
border-color: #AB005E;
}
</style>