Shades of Jazzberry Jam #AB054A
Tints of Jazzberry Jam #AB054A
RGB
CMYK
RGB Variations
Color information
#AB054A (or 0xAB054A) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 4A. RGB value is (171,5,74). Sum of RGB (Red+Green+Blue) = 171+5+74=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB054A is #54FAB5. Grayscale: #3E3E3E. Windows color (decimal): -5569206 or 4851115. OLE color: 4851115.
HSL color Cylindrical-coordinate representation of color #AB054A: hue angle of 335.06º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB054A is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 74 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.33 |
| HSL | 335.06º | 0.94% | 0.35% | - |
| HSV(B) | 335.06º | 0.97% | 0.67% | - |
| XYZ | 18.08 | 9.26 | 7.31 | - |
| YUV | 62.5 | 134.5 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 74 | 0 | 0.97 | 0.57 | 0.33 | 335.06 | 0.94 | 0.35 |
| Hex | AB | 5 | 4A | 0 | 61 | 39 | 21 | 14F | 5E | 23 |
| Octal | 253 | 5 | 112 | 0 | 141 | 71 | 41 | 517 | 136 | 43 |
| Binary | 10101011 | 101 | 1001010 | 0 | 1100001 | 111001 | 100001 | 101001111 | 1011110 | 100011 |
Color Harmonies of #AB054A
Complementary color
Monochromatic Colors of #AB054A
Black with #AB054A
Text Example
Text Example
White with #AB054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB054A; }
p { color: rgb(171,5,74); }
H1.HeaderClassName
{
color: #AB054A;
}
.AnyTagClassName
{
color: #AB054A;
}
</style>
background-color css
<style>
a { background-color: #AB054A; }
a { background-color: rgb(171,5,74); }
div.DivClassName
{
background-color: #AB054A;
}
.BgClassName
{
background-color: #AB054A;
}
</style>
border-color css
<style>
span { border-color: #AB054A; }
span { border-color: rgb(171,5,74); }
td.TdClassName
{
border-color: #AB054A;
}
.TagClassName
{
border-color: #AB054A;
}
</style>