Shades of Jazzberry Jam #AB2362
Tints of Jazzberry Jam #AB2362
RGB
CMYK
RGB Variations
Color information
#AB2362 (or 0xAB2362) is known color: Jazzberry Jam. HEX triplet: AB, 23 and 62. RGB value is (171,35,98). Sum of RGB (Red+Green+Blue) = 171+35+98=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2362 is #54DC9D. Grayscale: #525252. Windows color (decimal): -5561502 or 6431659. OLE color: 6431659.
HSL color Cylindrical-coordinate representation of color #AB2362: hue angle of 332.21º 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 #AB2362 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 98 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.33 |
| HSL | 332.21º | 0.66% | 0.4% | - |
| HSV(B) | 332.21º | 0.8% | 0.67% | - |
| XYZ | 19.6 | 10.74 | 12.6 | - |
| YUV | 82.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 98 | 0 | 0.80 | 0.43 | 0.33 | 332.21 | 0.66 | 0.4 |
| Hex | AB | 23 | 62 | 0 | 50 | 2B | 21 | 14C | 42 | 28 |
| Octal | 253 | 43 | 142 | 0 | 120 | 53 | 41 | 514 | 102 | 50 |
| Binary | 10101011 | 100011 | 1100010 | 0 | 1010000 | 101011 | 100001 | 101001100 | 1000010 | 101000 |
Color Harmonies of #AB2362
Complementary color
Monochromatic Colors of #AB2362
Black with #AB2362
Text Example
Text Example
White with #AB2362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2362; }
p { color: rgb(171,35,98); }
H1.HeaderClassName
{
color: #AB2362;
}
.AnyTagClassName
{
color: #AB2362;
}
</style>
background-color css
<style>
a { background-color: #AB2362; }
a { background-color: rgb(171,35,98); }
div.DivClassName
{
background-color: #AB2362;
}
.BgClassName
{
background-color: #AB2362;
}
</style>
border-color css
<style>
span { border-color: #AB2362; }
span { border-color: rgb(171,35,98); }
td.TdClassName
{
border-color: #AB2362;
}
.TagClassName
{
border-color: #AB2362;
}
</style>