Shades of Jazzberry Jam #AB0F75
Tints of Jazzberry Jam #AB0F75
RGB
CMYK
RGB Variations
Color information
#AB0F75 (or 0xAB0F75) is known color: Jazzberry Jam. HEX triplet: AB, 0F and 75. RGB value is (171,15,117). Sum of RGB (Red+Green+Blue) = 171+15+117=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0F75 is #54F08A. Grayscale: #494949. Windows color (decimal): -5566603 or 7671723. OLE color: 7671723.
HSL color Cylindrical-coordinate representation of color #AB0F75: hue angle of 320.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F75 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 117 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.33 |
| HSL | 320.77º | 0.84% | 0.36% | - |
| HSV(B) | 320.77º | 0.91% | 0.67% | - |
| XYZ | 20.18 | 10.28 | 17.75 | - |
| YUV | 73.27 | 152.68 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 117 | 0 | 0.91 | 0.32 | 0.33 | 320.77 | 0.84 | 0.36 |
| Hex | AB | F | 75 | 0 | 5B | 20 | 21 | 141 | 54 | 24 |
| Octal | 253 | 17 | 165 | 0 | 133 | 40 | 41 | 501 | 124 | 44 |
| Binary | 10101011 | 1111 | 1110101 | 0 | 1011011 | 100000 | 100001 | 101000001 | 1010100 | 100100 |
Color Harmonies of #AB0F75
Complementary color
Monochromatic Colors of #AB0F75
Black with #AB0F75
Text Example
Text Example
White with #AB0F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F75; }
p { color: rgb(171,15,117); }
H1.HeaderClassName
{
color: #AB0F75;
}
.AnyTagClassName
{
color: #AB0F75;
}
</style>
background-color css
<style>
a { background-color: #AB0F75; }
a { background-color: rgb(171,15,117); }
div.DivClassName
{
background-color: #AB0F75;
}
.BgClassName
{
background-color: #AB0F75;
}
</style>
border-color css
<style>
span { border-color: #AB0F75; }
span { border-color: rgb(171,15,117); }
td.TdClassName
{
border-color: #AB0F75;
}
.TagClassName
{
border-color: #AB0F75;
}
</style>