Shades of Jazzberry Jam #AB236E
Tints of Jazzberry Jam #AB236E
RGB
CMYK
RGB Variations
Color information
#AB236E (or 0xAB236E) is known color: Jazzberry Jam. HEX triplet: AB, 23 and 6E. RGB value is (171,35,110). Sum of RGB (Red+Green+Blue) = 171+35+110=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB236E is #54DC91. Grayscale: #545454. Windows color (decimal): -5561490 or 7218091. OLE color: 7218091.
HSL color Cylindrical-coordinate representation of color #AB236E: hue angle of 326.91º degrees, saturation: 0.66, 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 #AB236E is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 110 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.33 |
| HSL | 326.91º | 0.66% | 0.4% | - |
| HSV(B) | 326.91º | 0.8% | 0.67% | - |
| XYZ | 20.21 | 10.99 | 15.81 | - |
| YUV | 84.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 110 | 0 | 0.80 | 0.36 | 0.33 | 326.91 | 0.66 | 0.4 |
| Hex | AB | 23 | 6E | 0 | 50 | 24 | 21 | 147 | 42 | 28 |
| Octal | 253 | 43 | 156 | 0 | 120 | 44 | 41 | 507 | 102 | 50 |
| Binary | 10101011 | 100011 | 1101110 | 0 | 1010000 | 100100 | 100001 | 101000111 | 1000010 | 101000 |
Color Harmonies of #AB236E
Complementary color
Monochromatic Colors of #AB236E
Black with #AB236E
Text Example
Text Example
White with #AB236E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB236E; }
p { color: rgb(171,35,110); }
H1.HeaderClassName
{
color: #AB236E;
}
.AnyTagClassName
{
color: #AB236E;
}
</style>
background-color css
<style>
a { background-color: #AB236E; }
a { background-color: rgb(171,35,110); }
div.DivClassName
{
background-color: #AB236E;
}
.BgClassName
{
background-color: #AB236E;
}
</style>
border-color css
<style>
span { border-color: #AB236E; }
span { border-color: rgb(171,35,110); }
td.TdClassName
{
border-color: #AB236E;
}
.TagClassName
{
border-color: #AB236E;
}
</style>