Shades of Jazzberry Jam #AB044C
Tints of Jazzberry Jam #AB044C
RGB
CMYK
RGB Variations
Color information
#AB044C (or 0xAB044C) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 4C. RGB value is (171,4,76). Sum of RGB (Red+Green+Blue) = 171+4+76=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB044C is #54FBB3. Grayscale: #3E3E3E. Windows color (decimal): -5569460 or 4981931. OLE color: 4981931.
HSL color Cylindrical-coordinate representation of color #AB044C: hue angle of 334.13º 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 #AB044C is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.33 |
| HSL | 334.13º | 0.95% | 0.34% | - |
| HSV(B) | 334.13º | 0.98% | 0.67% | - |
| XYZ | 18.14 | 9.27 | 7.67 | - |
| YUV | 62.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 76 | 0 | 0.98 | 0.56 | 0.33 | 334.13 | 0.95 | 0.34 |
| Hex | AB | 4 | 4C | 0 | 62 | 38 | 21 | 14E | 5F | 22 |
| Octal | 253 | 4 | 114 | 0 | 142 | 70 | 41 | 516 | 137 | 42 |
| Binary | 10101011 | 100 | 1001100 | 0 | 1100010 | 111000 | 100001 | 101001110 | 1011111 | 100010 |
Color Harmonies of #AB044C
Complementary color
Monochromatic Colors of #AB044C
Black with #AB044C
Text Example
Text Example
White with #AB044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB044C; }
p { color: rgb(171,4,76); }
H1.HeaderClassName
{
color: #AB044C;
}
.AnyTagClassName
{
color: #AB044C;
}
</style>
background-color css
<style>
a { background-color: #AB044C; }
a { background-color: rgb(171,4,76); }
div.DivClassName
{
background-color: #AB044C;
}
.BgClassName
{
background-color: #AB044C;
}
</style>
border-color css
<style>
span { border-color: #AB044C; }
span { border-color: rgb(171,4,76); }
td.TdClassName
{
border-color: #AB044C;
}
.TagClassName
{
border-color: #AB044C;
}
</style>