Shades of Jazzberry Jam #AB036C
Tints of Jazzberry Jam #AB036C
RGB
CMYK
RGB Variations
Color information
#AB036C (or 0xAB036C) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 6C. RGB value is (171,3,108). Sum of RGB (Red+Green+Blue) = 171+3+108=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB036C is #54FC93. Grayscale: #404040. Windows color (decimal): -5569684 or 7078827. OLE color: 7078827.
HSL color Cylindrical-coordinate representation of color #AB036C: hue angle of 322.5º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB036C is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.33 |
| HSL | 322.5º | 0.97% | 0.34% | - |
| HSV(B) | 322.5º | 0.98% | 0.67% | - |
| XYZ | 19.53 | 9.81 | 15.05 | - |
| YUV | 65.2 | 152.16 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 108 | 0 | 0.98 | 0.37 | 0.33 | 322.5 | 0.97 | 0.34 |
| Hex | AB | 3 | 6C | 0 | 62 | 25 | 21 | 142 | 61 | 22 |
| Octal | 253 | 3 | 154 | 0 | 142 | 45 | 41 | 502 | 141 | 42 |
| Binary | 10101011 | 11 | 1101100 | 0 | 1100010 | 100101 | 100001 | 101000010 | 1100001 | 100010 |
Color Harmonies of #AB036C
Complementary color
Monochromatic Colors of #AB036C
Black with #AB036C
Text Example
Text Example
White with #AB036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB036C; }
p { color: rgb(171,3,108); }
H1.HeaderClassName
{
color: #AB036C;
}
.AnyTagClassName
{
color: #AB036C;
}
</style>
background-color css
<style>
a { background-color: #AB036C; }
a { background-color: rgb(171,3,108); }
div.DivClassName
{
background-color: #AB036C;
}
.BgClassName
{
background-color: #AB036C;
}
</style>
border-color css
<style>
span { border-color: #AB036C; }
span { border-color: rgb(171,3,108); }
td.TdClassName
{
border-color: #AB036C;
}
.TagClassName
{
border-color: #AB036C;
}
</style>