Shades of Jazzberry Jam #AB045E
Tints of Jazzberry Jam #AB045E
RGB
CMYK
RGB Variations
Color information
#AB045E (or 0xAB045E) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 5E. RGB value is (171,4,94). Sum of RGB (Red+Green+Blue) = 171+4+94=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB045E is #54FBA1. Grayscale: #404040. Windows color (decimal): -5569442 or 6161579. OLE color: 6161579.
HSL color Cylindrical-coordinate representation of color #AB045E: hue angle of 327.66º 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 #AB045E is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 94 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.33 |
| HSL | 327.66º | 0.95% | 0.34% | - |
| HSV(B) | 327.66º | 0.98% | 0.67% | - |
| XYZ | 18.86 | 9.55 | 11.44 | - |
| YUV | 64.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 94 | 0 | 0.98 | 0.45 | 0.33 | 327.66 | 0.95 | 0.34 |
| Hex | AB | 4 | 5E | 0 | 62 | 2D | 21 | 148 | 5F | 22 |
| Octal | 253 | 4 | 136 | 0 | 142 | 55 | 41 | 510 | 137 | 42 |
| Binary | 10101011 | 100 | 1011110 | 0 | 1100010 | 101101 | 100001 | 101001000 | 1011111 | 100010 |
Color Harmonies of #AB045E
Complementary color
Monochromatic Colors of #AB045E
Black with #AB045E
Text Example
Text Example
White with #AB045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB045E; }
p { color: rgb(171,4,94); }
H1.HeaderClassName
{
color: #AB045E;
}
.AnyTagClassName
{
color: #AB045E;
}
</style>
background-color css
<style>
a { background-color: #AB045E; }
a { background-color: rgb(171,4,94); }
div.DivClassName
{
background-color: #AB045E;
}
.BgClassName
{
background-color: #AB045E;
}
</style>
border-color css
<style>
span { border-color: #AB045E; }
span { border-color: rgb(171,4,94); }
td.TdClassName
{
border-color: #AB045E;
}
.TagClassName
{
border-color: #AB045E;
}
</style>