Shades of Jazzberry Jam #AB045D
Tints of Jazzberry Jam #AB045D
RGB
CMYK
RGB Variations
Color information
#AB045D (or 0xAB045D) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 5D. RGB value is (171,4,93). Sum of RGB (Red+Green+Blue) = 171+4+93=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB045D is #54FBA2. Grayscale: #3F3F3F. Windows color (decimal): -5569443 or 6096043. OLE color: 6096043.
HSL color Cylindrical-coordinate representation of color #AB045D: hue angle of 328.02º 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 #AB045D is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.33 |
| HSL | 328.02º | 0.95% | 0.34% | - |
| HSV(B) | 328.02º | 0.98% | 0.67% | - |
| XYZ | 18.81 | 9.54 | 11.2 | - |
| YUV | 64.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 93 | 0 | 0.98 | 0.46 | 0.33 | 328.02 | 0.95 | 0.34 |
| Hex | AB | 4 | 5D | 0 | 62 | 2E | 21 | 148 | 5F | 22 |
| Octal | 253 | 4 | 135 | 0 | 142 | 56 | 41 | 510 | 137 | 42 |
| Binary | 10101011 | 100 | 1011101 | 0 | 1100010 | 101110 | 100001 | 101001000 | 1011111 | 100010 |
Color Harmonies of #AB045D
Complementary color
Monochromatic Colors of #AB045D
Black with #AB045D
Text Example
Text Example
White with #AB045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB045D; }
p { color: rgb(171,4,93); }
H1.HeaderClassName
{
color: #AB045D;
}
.AnyTagClassName
{
color: #AB045D;
}
</style>
background-color css
<style>
a { background-color: #AB045D; }
a { background-color: rgb(171,4,93); }
div.DivClassName
{
background-color: #AB045D;
}
.BgClassName
{
background-color: #AB045D;
}
</style>
border-color css
<style>
span { border-color: #AB045D; }
span { border-color: rgb(171,4,93); }
td.TdClassName
{
border-color: #AB045D;
}
.TagClassName
{
border-color: #AB045D;
}
</style>