Shades of Jazzberry Jam #AB104D
Tints of Jazzberry Jam #AB104D
RGB
CMYK
RGB Variations
Color information
#AB104D (or 0xAB104D) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 4D. RGB value is (171,16,77). Sum of RGB (Red+Green+Blue) = 171+16+77=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB104D is #54EFB2. Grayscale: #454545. Windows color (decimal): -5566387 or 5050539. OLE color: 5050539.
HSL color Cylindrical-coordinate representation of color #AB104D: hue angle of 336.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB104D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 77 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.33 |
| HSL | 336.39º | 0.83% | 0.37% | - |
| HSV(B) | 336.39º | 0.91% | 0.67% | - |
| XYZ | 18.32 | 9.56 | 7.9 | - |
| YUV | 69.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 77 | 0 | 0.91 | 0.55 | 0.33 | 336.39 | 0.83 | 0.37 |
| Hex | AB | 10 | 4D | 0 | 5B | 37 | 21 | 150 | 53 | 25 |
| Octal | 253 | 20 | 115 | 0 | 133 | 67 | 41 | 520 | 123 | 45 |
| Binary | 10101011 | 10000 | 1001101 | 0 | 1011011 | 110111 | 100001 | 101010000 | 1010011 | 100101 |
Color Harmonies of #AB104D
Complementary color
Monochromatic Colors of #AB104D
Black with #AB104D
Text Example
Text Example
White with #AB104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB104D; }
p { color: rgb(171,16,77); }
H1.HeaderClassName
{
color: #AB104D;
}
.AnyTagClassName
{
color: #AB104D;
}
</style>
background-color css
<style>
a { background-color: #AB104D; }
a { background-color: rgb(171,16,77); }
div.DivClassName
{
background-color: #AB104D;
}
.BgClassName
{
background-color: #AB104D;
}
</style>
border-color css
<style>
span { border-color: #AB104D; }
span { border-color: rgb(171,16,77); }
td.TdClassName
{
border-color: #AB104D;
}
.TagClassName
{
border-color: #AB104D;
}
</style>