Shades of Jazzberry Jam #AB226D
Tints of Jazzberry Jam #AB226D
RGB
CMYK
RGB Variations
Color information
#AB226D (or 0xAB226D) is known color: Jazzberry Jam. HEX triplet: AB, 22 and 6D. RGB value is (171,34,109). Sum of RGB (Red+Green+Blue) = 171+34+109=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB226D is #54DD92. Grayscale: #535353. Windows color (decimal): -5561747 or 7152299. OLE color: 7152299.
HSL color Cylindrical-coordinate representation of color #AB226D: hue angle of 327.15º 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 #AB226D is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 109 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.33 |
| HSL | 327.15º | 0.67% | 0.4% | - |
| HSV(B) | 327.15º | 0.8% | 0.67% | - |
| XYZ | 20.13 | 10.91 | 15.51 | - |
| YUV | 83.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 109 | 0 | 0.80 | 0.36 | 0.33 | 327.15 | 0.67 | 0.4 |
| Hex | AB | 22 | 6D | 0 | 50 | 24 | 21 | 147 | 43 | 28 |
| Octal | 253 | 42 | 155 | 0 | 120 | 44 | 41 | 507 | 103 | 50 |
| Binary | 10101011 | 100010 | 1101101 | 0 | 1010000 | 100100 | 100001 | 101000111 | 1000011 | 101000 |
Color Harmonies of #AB226D
Complementary color
Monochromatic Colors of #AB226D
Black with #AB226D
Text Example
Text Example
White with #AB226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB226D; }
p { color: rgb(171,34,109); }
H1.HeaderClassName
{
color: #AB226D;
}
.AnyTagClassName
{
color: #AB226D;
}
</style>
background-color css
<style>
a { background-color: #AB226D; }
a { background-color: rgb(171,34,109); }
div.DivClassName
{
background-color: #AB226D;
}
.BgClassName
{
background-color: #AB226D;
}
</style>
border-color css
<style>
span { border-color: #AB226D; }
span { border-color: rgb(171,34,109); }
td.TdClassName
{
border-color: #AB226D;
}
.TagClassName
{
border-color: #AB226D;
}
</style>