Shades of Jazzberry Jam #AB045A
Tints of Jazzberry Jam #AB045A
RGB
CMYK
RGB Variations
Color information
#AB045A (or 0xAB045A) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 5A. RGB value is (171,4,90). Sum of RGB (Red+Green+Blue) = 171+4+90=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB045A is #54FBA5. Grayscale: #3F3F3F. Windows color (decimal): -5569446 or 5899435. OLE color: 5899435.
HSL color Cylindrical-coordinate representation of color #AB045A: hue angle of 329.1º 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 #AB045A is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.33 |
| HSL | 329.1º | 0.95% | 0.34% | - |
| HSV(B) | 329.1º | 0.98% | 0.67% | - |
| XYZ | 18.68 | 9.48 | 10.52 | - |
| YUV | 63.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 90 | 0 | 0.98 | 0.47 | 0.33 | 329.1 | 0.95 | 0.34 |
| Hex | AB | 4 | 5A | 0 | 62 | 2F | 21 | 149 | 5F | 22 |
| Octal | 253 | 4 | 132 | 0 | 142 | 57 | 41 | 511 | 137 | 42 |
| Binary | 10101011 | 100 | 1011010 | 0 | 1100010 | 101111 | 100001 | 101001001 | 1011111 | 100010 |
Color Harmonies of #AB045A
Complementary color
Monochromatic Colors of #AB045A
Black with #AB045A
Text Example
Text Example
White with #AB045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB045A; }
p { color: rgb(171,4,90); }
H1.HeaderClassName
{
color: #AB045A;
}
.AnyTagClassName
{
color: #AB045A;
}
</style>
background-color css
<style>
a { background-color: #AB045A; }
a { background-color: rgb(171,4,90); }
div.DivClassName
{
background-color: #AB045A;
}
.BgClassName
{
background-color: #AB045A;
}
</style>
border-color css
<style>
span { border-color: #AB045A; }
span { border-color: rgb(171,4,90); }
td.TdClassName
{
border-color: #AB045A;
}
.TagClassName
{
border-color: #AB045A;
}
</style>