Shades of Jazzberry Jam #AB0B5A
Tints of Jazzberry Jam #AB0B5A
RGB
CMYK
RGB Variations
Color information
#AB0B5A (or 0xAB0B5A) is known color: Jazzberry Jam. HEX triplet: AB, 0B and 5A. RGB value is (171,11,90). Sum of RGB (Red+Green+Blue) = 171+11+90=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0B5A is #54F4A5. Grayscale: #434343. Windows color (decimal): -5567654 or 5901227. OLE color: 5901227.
HSL color Cylindrical-coordinate representation of color #AB0B5A: hue angle of 330.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 #AB0B5A is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 90 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.33 |
| HSL | 330.38º | 0.88% | 0.36% | - |
| HSV(B) | 330.38º | 0.94% | 0.67% | - |
| XYZ | 18.76 | 9.64 | 10.54 | - |
| YUV | 67.85 | 140.51 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 90 | 0 | 0.94 | 0.47 | 0.33 | 330.38 | 0.88 | 0.36 |
| Hex | AB | B | 5A | 0 | 5E | 2F | 21 | 14A | 58 | 24 |
| Octal | 253 | 13 | 132 | 0 | 136 | 57 | 41 | 512 | 130 | 44 |
| Binary | 10101011 | 1011 | 1011010 | 0 | 1011110 | 101111 | 100001 | 101001010 | 1011000 | 100100 |
Color Harmonies of #AB0B5A
Complementary color
Monochromatic Colors of #AB0B5A
Black with #AB0B5A
Text Example
Text Example
White with #AB0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B5A; }
p { color: rgb(171,11,90); }
H1.HeaderClassName
{
color: #AB0B5A;
}
.AnyTagClassName
{
color: #AB0B5A;
}
</style>
background-color css
<style>
a { background-color: #AB0B5A; }
a { background-color: rgb(171,11,90); }
div.DivClassName
{
background-color: #AB0B5A;
}
.BgClassName
{
background-color: #AB0B5A;
}
</style>
border-color css
<style>
span { border-color: #AB0B5A; }
span { border-color: rgb(171,11,90); }
td.TdClassName
{
border-color: #AB0B5A;
}
.TagClassName
{
border-color: #AB0B5A;
}
</style>