Shades of Jazzberry Jam #AB034D
Tints of Jazzberry Jam #AB034D
RGB
CMYK
RGB Variations
Color information
#AB034D (or 0xAB034D) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 4D. RGB value is (171,3,77). Sum of RGB (Red+Green+Blue) = 171+3+77=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB034D is #54FCB2. Grayscale: #3D3D3D. Windows color (decimal): -5569715 or 5047211. OLE color: 5047211.
HSL color Cylindrical-coordinate representation of color #AB034D: hue angle of 333.57º 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 #AB034D is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.33 |
| HSL | 333.57º | 0.97% | 0.34% | - |
| HSV(B) | 333.57º | 0.98% | 0.67% | - |
| XYZ | 18.17 | 9.26 | 7.85 | - |
| YUV | 61.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 77 | 0 | 0.98 | 0.55 | 0.33 | 333.57 | 0.97 | 0.34 |
| Hex | AB | 3 | 4D | 0 | 62 | 37 | 21 | 14E | 61 | 22 |
| Octal | 253 | 3 | 115 | 0 | 142 | 67 | 41 | 516 | 141 | 42 |
| Binary | 10101011 | 11 | 1001101 | 0 | 1100010 | 110111 | 100001 | 101001110 | 1100001 | 100010 |
Color Harmonies of #AB034D
Complementary color
Monochromatic Colors of #AB034D
Black with #AB034D
Text Example
Text Example
White with #AB034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB034D; }
p { color: rgb(171,3,77); }
H1.HeaderClassName
{
color: #AB034D;
}
.AnyTagClassName
{
color: #AB034D;
}
</style>
background-color css
<style>
a { background-color: #AB034D; }
a { background-color: rgb(171,3,77); }
div.DivClassName
{
background-color: #AB034D;
}
.BgClassName
{
background-color: #AB034D;
}
</style>
border-color css
<style>
span { border-color: #AB034D; }
span { border-color: rgb(171,3,77); }
td.TdClassName
{
border-color: #AB034D;
}
.TagClassName
{
border-color: #AB034D;
}
</style>