Shades of Jazzberry Jam #AB0F54
Tints of Jazzberry Jam #AB0F54
RGB
CMYK
RGB Variations
Color information
#AB0F54 (or 0xAB0F54) is known color: Jazzberry Jam. HEX triplet: AB, 0F and 54. RGB value is (171,15,84). Sum of RGB (Red+Green+Blue) = 171+15+84=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0F54 is #54F0AB. Grayscale: #454545. Windows color (decimal): -5566636 or 5509035. OLE color: 5509035.
HSL color Cylindrical-coordinate representation of color #AB0F54: hue angle of 333.46º 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 #AB0F54 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 84 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.33 |
| HSL | 333.46º | 0.84% | 0.36% | - |
| HSV(B) | 333.46º | 0.91% | 0.67% | - |
| XYZ | 18.57 | 9.64 | 9.27 | - |
| YUV | 69.51 | 136.18 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 84 | 0 | 0.91 | 0.51 | 0.33 | 333.46 | 0.84 | 0.36 |
| Hex | AB | F | 54 | 0 | 5B | 33 | 21 | 14D | 54 | 24 |
| Octal | 253 | 17 | 124 | 0 | 133 | 63 | 41 | 515 | 124 | 44 |
| Binary | 10101011 | 1111 | 1010100 | 0 | 1011011 | 110011 | 100001 | 101001101 | 1010100 | 100100 |
Color Harmonies of #AB0F54
Complementary color
Monochromatic Colors of #AB0F54
Black with #AB0F54
Text Example
Text Example
White with #AB0F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F54; }
p { color: rgb(171,15,84); }
H1.HeaderClassName
{
color: #AB0F54;
}
.AnyTagClassName
{
color: #AB0F54;
}
</style>
background-color css
<style>
a { background-color: #AB0F54; }
a { background-color: rgb(171,15,84); }
div.DivClassName
{
background-color: #AB0F54;
}
.BgClassName
{
background-color: #AB0F54;
}
</style>
border-color css
<style>
span { border-color: #AB0F54; }
span { border-color: rgb(171,15,84); }
td.TdClassName
{
border-color: #AB0F54;
}
.TagClassName
{
border-color: #AB0F54;
}
</style>