Shades of Jazzberry Jam #AB036B
Tints of Jazzberry Jam #AB036B
RGB
CMYK
RGB Variations
Color information
#AB036B (or 0xAB036B) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 6B. RGB value is (171,3,107). Sum of RGB (Red+Green+Blue) = 171+3+107=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB036B is #54FC94. Grayscale: #404040. Windows color (decimal): -5569685 or 7013291. OLE color: 7013291.
HSL color Cylindrical-coordinate representation of color #AB036B: hue angle of 322.86º 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 #AB036B is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 107 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.33 |
| HSL | 322.86º | 0.97% | 0.34% | - |
| HSV(B) | 322.86º | 0.98% | 0.67% | - |
| XYZ | 19.48 | 9.78 | 14.77 | - |
| YUV | 65.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 107 | 0 | 0.98 | 0.37 | 0.33 | 322.86 | 0.97 | 0.34 |
| Hex | AB | 3 | 6B | 0 | 62 | 25 | 21 | 143 | 61 | 22 |
| Octal | 253 | 3 | 153 | 0 | 142 | 45 | 41 | 503 | 141 | 42 |
| Binary | 10101011 | 11 | 1101011 | 0 | 1100010 | 100101 | 100001 | 101000011 | 1100001 | 100010 |
Color Harmonies of #AB036B
Complementary color
Monochromatic Colors of #AB036B
Black with #AB036B
Text Example
Text Example
White with #AB036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB036B; }
p { color: rgb(171,3,107); }
H1.HeaderClassName
{
color: #AB036B;
}
.AnyTagClassName
{
color: #AB036B;
}
</style>
background-color css
<style>
a { background-color: #AB036B; }
a { background-color: rgb(171,3,107); }
div.DivClassName
{
background-color: #AB036B;
}
.BgClassName
{
background-color: #AB036B;
}
</style>
border-color css
<style>
span { border-color: #AB036B; }
span { border-color: rgb(171,3,107); }
td.TdClassName
{
border-color: #AB036B;
}
.TagClassName
{
border-color: #AB036B;
}
</style>