Shades of Jazzberry Jam #AB236D
Tints of Jazzberry Jam #AB236D
RGB
CMYK
RGB Variations
Color information
#AB236D (or 0xAB236D) is known color: Jazzberry Jam. HEX triplet: AB, 23 and 6D. RGB value is (171,35,109). Sum of RGB (Red+Green+Blue) = 171+35+109=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB236D is #54DC92. Grayscale: #535353. Windows color (decimal): -5561491 or 7152555. OLE color: 7152555.
HSL color Cylindrical-coordinate representation of color #AB236D: hue angle of 327.35º 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 #AB236D is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 109 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.33 |
| HSL | 327.35º | 0.66% | 0.4% | - |
| HSV(B) | 327.35º | 0.8% | 0.67% | - |
| XYZ | 20.16 | 10.96 | 15.52 | - |
| YUV | 84.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 109 | 0 | 0.80 | 0.36 | 0.33 | 327.35 | 0.66 | 0.4 |
| Hex | AB | 23 | 6D | 0 | 50 | 24 | 21 | 147 | 42 | 28 |
| Octal | 253 | 43 | 155 | 0 | 120 | 44 | 41 | 507 | 102 | 50 |
| Binary | 10101011 | 100011 | 1101101 | 0 | 1010000 | 100100 | 100001 | 101000111 | 1000010 | 101000 |
Color Harmonies of #AB236D
Complementary color
Monochromatic Colors of #AB236D
Black with #AB236D
Text Example
Text Example
White with #AB236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB236D; }
p { color: rgb(171,35,109); }
H1.HeaderClassName
{
color: #AB236D;
}
.AnyTagClassName
{
color: #AB236D;
}
</style>
background-color css
<style>
a { background-color: #AB236D; }
a { background-color: rgb(171,35,109); }
div.DivClassName
{
background-color: #AB236D;
}
.BgClassName
{
background-color: #AB236D;
}
</style>
border-color css
<style>
span { border-color: #AB236D; }
span { border-color: rgb(171,35,109); }
td.TdClassName
{
border-color: #AB236D;
}
.TagClassName
{
border-color: #AB236D;
}
</style>