Shades of Jazzberry Jam #AB2370
Tints of Jazzberry Jam #AB2370
RGB
CMYK
RGB Variations
Color information
#AB2370 (or 0xAB2370) is known color: Jazzberry Jam. HEX triplet: AB, 23 and 70. RGB value is (171,35,112). Sum of RGB (Red+Green+Blue) = 171+35+112=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2370 is #54DC8F. Grayscale: #545454. Windows color (decimal): -5561488 or 7349163. OLE color: 7349163.
HSL color Cylindrical-coordinate representation of color #AB2370: hue angle of 326.03º 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 #AB2370 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 112 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.33 |
| HSL | 326.03º | 0.66% | 0.4% | - |
| HSV(B) | 326.03º | 0.8% | 0.67% | - |
| XYZ | 20.32 | 11.03 | 16.39 | - |
| YUV | 84.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 112 | 0 | 0.80 | 0.35 | 0.33 | 326.03 | 0.66 | 0.4 |
| Hex | AB | 23 | 70 | 0 | 50 | 23 | 21 | 146 | 42 | 28 |
| Octal | 253 | 43 | 160 | 0 | 120 | 43 | 41 | 506 | 102 | 50 |
| Binary | 10101011 | 100011 | 1110000 | 0 | 1010000 | 100011 | 100001 | 101000110 | 1000010 | 101000 |
Color Harmonies of #AB2370
Complementary color
Monochromatic Colors of #AB2370
Black with #AB2370
Text Example
Text Example
White with #AB2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2370; }
p { color: rgb(171,35,112); }
H1.HeaderClassName
{
color: #AB2370;
}
.AnyTagClassName
{
color: #AB2370;
}
</style>
background-color css
<style>
a { background-color: #AB2370; }
a { background-color: rgb(171,35,112); }
div.DivClassName
{
background-color: #AB2370;
}
.BgClassName
{
background-color: #AB2370;
}
</style>
border-color css
<style>
span { border-color: #AB2370; }
span { border-color: rgb(171,35,112); }
td.TdClassName
{
border-color: #AB2370;
}
.TagClassName
{
border-color: #AB2370;
}
</style>