Shades of Jazzberry Jam #AB0052
Tints of Jazzberry Jam #AB0052
RGB
CMYK
RGB Variations
Color information
#AB0052 (or 0xAB0052) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 52. RGB value is (171,0,82). Sum of RGB (Red+Green+Blue) = 171+0+82=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0052 is #54FFAD. Grayscale: #3C3C3C. Windows color (decimal): -5570478 or 5374123. OLE color: 5374123.
HSL color Cylindrical-coordinate representation of color #AB0052: hue angle of 331.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0052 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.52 | 0.33 |
| HSL | 331.23º | 1% | 0.34% | - |
| HSV(B) | 331.23º | 1% | 0.67% | - |
| XYZ | 18.32 | 9.27 | 8.81 | - |
| YUV | 60.48 | 140.15 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 82 | 0 | 1 | 0.52 | 0.33 | 331.23 | 1 | 0.34 |
| Hex | AB | 0 | 52 | 0 | 64 | 34 | 21 | 14B | 64 | 22 |
| Octal | 253 | 0 | 122 | 0 | 144 | 64 | 41 | 513 | 144 | 42 |
| Binary | 10101011 | 0 | 1010010 | 0 | 1100100 | 110100 | 100001 | 101001011 | 1100100 | 100010 |
Color Harmonies of #AB0052
Complementary color
Monochromatic Colors of #AB0052
Black with #AB0052
Text Example
Text Example
White with #AB0052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0052; }
p { color: rgb(171,0,82); }
H1.HeaderClassName
{
color: #AB0052;
}
.AnyTagClassName
{
color: #AB0052;
}
</style>
background-color css
<style>
a { background-color: #AB0052; }
a { background-color: rgb(171,0,82); }
div.DivClassName
{
background-color: #AB0052;
}
.BgClassName
{
background-color: #AB0052;
}
</style>
border-color css
<style>
span { border-color: #AB0052; }
span { border-color: rgb(171,0,82); }
td.TdClassName
{
border-color: #AB0052;
}
.TagClassName
{
border-color: #AB0052;
}
</style>