Shades of Jazzberry Jam #AB0F52
Tints of Jazzberry Jam #AB0F52
RGB
CMYK
RGB Variations
Color information
#AB0F52 (or 0xAB0F52) is known color: Jazzberry Jam. HEX triplet: AB, 0F and 52. RGB value is (171,15,82). Sum of RGB (Red+Green+Blue) = 171+15+82=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0F52 is #54F0AD. Grayscale: #454545. Windows color (decimal): -5566638 or 5377963. OLE color: 5377963.
HSL color Cylindrical-coordinate representation of color #AB0F52: hue angle of 334.23º 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 #AB0F52 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 82 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.33 |
| HSL | 334.23º | 0.84% | 0.36% | - |
| HSV(B) | 334.23º | 0.91% | 0.67% | - |
| XYZ | 18.49 | 9.61 | 8.86 | - |
| YUV | 69.28 | 135.18 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 82 | 0 | 0.91 | 0.52 | 0.33 | 334.23 | 0.84 | 0.36 |
| Hex | AB | F | 52 | 0 | 5B | 34 | 21 | 14E | 54 | 24 |
| Octal | 253 | 17 | 122 | 0 | 133 | 64 | 41 | 516 | 124 | 44 |
| Binary | 10101011 | 1111 | 1010010 | 0 | 1011011 | 110100 | 100001 | 101001110 | 1010100 | 100100 |
Color Harmonies of #AB0F52
Complementary color
Monochromatic Colors of #AB0F52
Black with #AB0F52
Text Example
Text Example
White with #AB0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F52; }
p { color: rgb(171,15,82); }
H1.HeaderClassName
{
color: #AB0F52;
}
.AnyTagClassName
{
color: #AB0F52;
}
</style>
background-color css
<style>
a { background-color: #AB0F52; }
a { background-color: rgb(171,15,82); }
div.DivClassName
{
background-color: #AB0F52;
}
.BgClassName
{
background-color: #AB0F52;
}
</style>
border-color css
<style>
span { border-color: #AB0F52; }
span { border-color: rgb(171,15,82); }
td.TdClassName
{
border-color: #AB0F52;
}
.TagClassName
{
border-color: #AB0F52;
}
</style>