Shades of Jazzberry Jam #AB225E
Tints of Jazzberry Jam #AB225E
RGB
CMYK
RGB Variations
Color information
#AB225E (or 0xAB225E) is known color: Jazzberry Jam. HEX triplet: AB, 22 and 5E. RGB value is (171,34,94). Sum of RGB (Red+Green+Blue) = 171+34+94=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB225E is #54DDA1. Grayscale: #515151. Windows color (decimal): -5561762 or 6169259. OLE color: 6169259.
HSL color Cylindrical-coordinate representation of color #AB225E: hue angle of 333.72º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB225E is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 94 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.33 |
| HSL | 333.72º | 0.67% | 0.4% | - |
| HSV(B) | 333.72º | 0.8% | 0.67% | - |
| XYZ | 19.39 | 10.61 | 11.62 | - |
| YUV | 81.8 | 134.89 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 94 | 0 | 0.80 | 0.45 | 0.33 | 333.72 | 0.67 | 0.4 |
| Hex | AB | 22 | 5E | 0 | 50 | 2D | 21 | 14E | 43 | 28 |
| Octal | 253 | 42 | 136 | 0 | 120 | 55 | 41 | 516 | 103 | 50 |
| Binary | 10101011 | 100010 | 1011110 | 0 | 1010000 | 101101 | 100001 | 101001110 | 1000011 | 101000 |
Color Harmonies of #AB225E
Complementary color
Monochromatic Colors of #AB225E
Black with #AB225E
Text Example
Text Example
White with #AB225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB225E; }
p { color: rgb(171,34,94); }
H1.HeaderClassName
{
color: #AB225E;
}
.AnyTagClassName
{
color: #AB225E;
}
</style>
background-color css
<style>
a { background-color: #AB225E; }
a { background-color: rgb(171,34,94); }
div.DivClassName
{
background-color: #AB225E;
}
.BgClassName
{
background-color: #AB225E;
}
</style>
border-color css
<style>
span { border-color: #AB225E; }
span { border-color: rgb(171,34,94); }
td.TdClassName
{
border-color: #AB225E;
}
.TagClassName
{
border-color: #AB225E;
}
</style>