Shades of Jazzberry Jam #AB035C
Tints of Jazzberry Jam #AB035C
RGB
CMYK
RGB Variations
Color information
#AB035C (or 0xAB035C) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 5C. RGB value is (171,3,92). Sum of RGB (Red+Green+Blue) = 171+3+92=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB035C is #54FCA3. Grayscale: #3F3F3F. Windows color (decimal): -5569700 or 6030251. OLE color: 6030251.
HSL color Cylindrical-coordinate representation of color #AB035C: hue angle of 328.21º 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 #AB035C is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.33 |
| HSL | 328.21º | 0.97% | 0.34% | - |
| HSV(B) | 328.21º | 0.98% | 0.67% | - |
| XYZ | 18.76 | 9.5 | 10.97 | - |
| YUV | 63.38 | 144.16 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 92 | 0 | 0.98 | 0.46 | 0.33 | 328.21 | 0.97 | 0.34 |
| Hex | AB | 3 | 5C | 0 | 62 | 2E | 21 | 148 | 61 | 22 |
| Octal | 253 | 3 | 134 | 0 | 142 | 56 | 41 | 510 | 141 | 42 |
| Binary | 10101011 | 11 | 1011100 | 0 | 1100010 | 101110 | 100001 | 101001000 | 1100001 | 100010 |
Color Harmonies of #AB035C
Complementary color
Monochromatic Colors of #AB035C
Black with #AB035C
Text Example
Text Example
White with #AB035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB035C; }
p { color: rgb(171,3,92); }
H1.HeaderClassName
{
color: #AB035C;
}
.AnyTagClassName
{
color: #AB035C;
}
</style>
background-color css
<style>
a { background-color: #AB035C; }
a { background-color: rgb(171,3,92); }
div.DivClassName
{
background-color: #AB035C;
}
.BgClassName
{
background-color: #AB035C;
}
</style>
border-color css
<style>
span { border-color: #AB035C; }
span { border-color: rgb(171,3,92); }
td.TdClassName
{
border-color: #AB035C;
}
.TagClassName
{
border-color: #AB035C;
}
</style>