Shades of Jazzberry Jam #AB043E
Tints of Jazzberry Jam #AB043E
RGB
CMYK
RGB Variations
Color information
#AB043E (or 0xAB043E) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 3E. RGB value is (171,4,62). Sum of RGB (Red+Green+Blue) = 171+4+62=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB043E is #54FBC1. Grayscale: #3C3C3C. Windows color (decimal): -5569474 or 4064427. OLE color: 4064427.
HSL color Cylindrical-coordinate representation of color #AB043E: hue angle of 339.16º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB043E is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.33 |
| HSL | 339.16º | 0.95% | 0.34% | - |
| HSV(B) | 339.16º | 0.98% | 0.67% | - |
| XYZ | 17.71 | 9.09 | 5.38 | - |
| YUV | 60.55 | 128.83 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 62 | 0 | 0.98 | 0.64 | 0.33 | 339.16 | 0.95 | 0.34 |
| Hex | AB | 4 | 3E | 0 | 62 | 40 | 21 | 153 | 5F | 22 |
| Octal | 253 | 4 | 76 | 0 | 142 | 100 | 41 | 523 | 137 | 42 |
| Binary | 10101011 | 100 | 111110 | 0 | 1100010 | 1000000 | 100001 | 101010011 | 1011111 | 100010 |
Color Harmonies of #AB043E
Complementary color
Monochromatic Colors of #AB043E
Black with #AB043E
Text Example
Text Example
White with #AB043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB043E; }
p { color: rgb(171,4,62); }
H1.HeaderClassName
{
color: #AB043E;
}
.AnyTagClassName
{
color: #AB043E;
}
</style>
background-color css
<style>
a { background-color: #AB043E; }
a { background-color: rgb(171,4,62); }
div.DivClassName
{
background-color: #AB043E;
}
.BgClassName
{
background-color: #AB043E;
}
</style>
border-color css
<style>
span { border-color: #AB043E; }
span { border-color: rgb(171,4,62); }
td.TdClassName
{
border-color: #AB043E;
}
.TagClassName
{
border-color: #AB043E;
}
</style>