Shades of Jazzberry Jam #AB1250
Tints of Jazzberry Jam #AB1250
RGB
CMYK
RGB Variations
Color information
#AB1250 (or 0xAB1250) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 50. RGB value is (171,18,80). Sum of RGB (Red+Green+Blue) = 171+18+80=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1250 is #54EDAF. Grayscale: #464646. Windows color (decimal): -5565872 or 5247659. OLE color: 5247659.
HSL color Cylindrical-coordinate representation of color #AB1250: hue angle of 335.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1250 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 80 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.33 |
| HSL | 335.69º | 0.81% | 0.37% | - |
| HSV(B) | 335.69º | 0.89% | 0.67% | - |
| XYZ | 18.46 | 9.67 | 8.48 | - |
| YUV | 70.82 | 133.19 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 80 | 0 | 0.89 | 0.53 | 0.33 | 335.69 | 0.81 | 0.37 |
| Hex | AB | 12 | 50 | 0 | 59 | 35 | 21 | 150 | 51 | 25 |
| Octal | 253 | 22 | 120 | 0 | 131 | 65 | 41 | 520 | 121 | 45 |
| Binary | 10101011 | 10010 | 1010000 | 0 | 1011001 | 110101 | 100001 | 101010000 | 1010001 | 100101 |
Color Harmonies of #AB1250
Complementary color
Monochromatic Colors of #AB1250
Black with #AB1250
Text Example
Text Example
White with #AB1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1250; }
p { color: rgb(171,18,80); }
H1.HeaderClassName
{
color: #AB1250;
}
.AnyTagClassName
{
color: #AB1250;
}
</style>
background-color css
<style>
a { background-color: #AB1250; }
a { background-color: rgb(171,18,80); }
div.DivClassName
{
background-color: #AB1250;
}
.BgClassName
{
background-color: #AB1250;
}
</style>
border-color css
<style>
span { border-color: #AB1250; }
span { border-color: rgb(171,18,80); }
td.TdClassName
{
border-color: #AB1250;
}
.TagClassName
{
border-color: #AB1250;
}
</style>