Shades of Jazzberry Jam #AB0B62
Tints of Jazzberry Jam #AB0B62
RGB
CMYK
RGB Variations
Color information
#AB0B62 (or 0xAB0B62) is known color: Jazzberry Jam. HEX triplet: AB, 0B and 62. RGB value is (171,11,98). Sum of RGB (Red+Green+Blue) = 171+11+98=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0B62 is #54F49D. Grayscale: #444444. Windows color (decimal): -5567646 or 6425515. OLE color: 6425515.
HSL color Cylindrical-coordinate representation of color #AB0B62: hue angle of 327.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B62 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 98 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.33 |
| HSL | 327.38º | 0.88% | 0.36% | - |
| HSV(B) | 327.38º | 0.94% | 0.67% | - |
| XYZ | 19.12 | 9.78 | 12.44 | - |
| YUV | 68.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 98 | 0 | 0.94 | 0.43 | 0.33 | 327.38 | 0.88 | 0.36 |
| Hex | AB | B | 62 | 0 | 5E | 2B | 21 | 147 | 58 | 24 |
| Octal | 253 | 13 | 142 | 0 | 136 | 53 | 41 | 507 | 130 | 44 |
| Binary | 10101011 | 1011 | 1100010 | 0 | 1011110 | 101011 | 100001 | 101000111 | 1011000 | 100100 |
Color Harmonies of #AB0B62
Complementary color
Monochromatic Colors of #AB0B62
Black with #AB0B62
Text Example
Text Example
White with #AB0B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B62; }
p { color: rgb(171,11,98); }
H1.HeaderClassName
{
color: #AB0B62;
}
.AnyTagClassName
{
color: #AB0B62;
}
</style>
background-color css
<style>
a { background-color: #AB0B62; }
a { background-color: rgb(171,11,98); }
div.DivClassName
{
background-color: #AB0B62;
}
.BgClassName
{
background-color: #AB0B62;
}
</style>
border-color css
<style>
span { border-color: #AB0B62; }
span { border-color: rgb(171,11,98); }
td.TdClassName
{
border-color: #AB0B62;
}
.TagClassName
{
border-color: #AB0B62;
}
</style>