Shades of Jazzberry Jam #AB124B
Tints of Jazzberry Jam #AB124B
RGB
CMYK
RGB Variations
Color information
#AB124B (or 0xAB124B) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 4B. RGB value is (171,18,75). Sum of RGB (Red+Green+Blue) = 171+18+75=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB124B is #54EDB4. Grayscale: #464646. Windows color (decimal): -5565877 or 4919979. OLE color: 4919979.
HSL color Cylindrical-coordinate representation of color #AB124B: hue angle of 337.65º 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 #AB124B is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 75 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.33 |
| HSL | 337.65º | 0.81% | 0.37% | - |
| HSV(B) | 337.65º | 0.89% | 0.67% | - |
| XYZ | 18.28 | 9.6 | 7.55 | - |
| YUV | 70.25 | 130.69 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 75 | 0 | 0.89 | 0.56 | 0.33 | 337.65 | 0.81 | 0.37 |
| Hex | AB | 12 | 4B | 0 | 59 | 38 | 21 | 152 | 51 | 25 |
| Octal | 253 | 22 | 113 | 0 | 131 | 70 | 41 | 522 | 121 | 45 |
| Binary | 10101011 | 10010 | 1001011 | 0 | 1011001 | 111000 | 100001 | 101010010 | 1010001 | 100101 |
Color Harmonies of #AB124B
Complementary color
Monochromatic Colors of #AB124B
Black with #AB124B
Text Example
Text Example
White with #AB124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB124B; }
p { color: rgb(171,18,75); }
H1.HeaderClassName
{
color: #AB124B;
}
.AnyTagClassName
{
color: #AB124B;
}
</style>
background-color css
<style>
a { background-color: #AB124B; }
a { background-color: rgb(171,18,75); }
div.DivClassName
{
background-color: #AB124B;
}
.BgClassName
{
background-color: #AB124B;
}
</style>
border-color css
<style>
span { border-color: #AB124B; }
span { border-color: rgb(171,18,75); }
td.TdClassName
{
border-color: #AB124B;
}
.TagClassName
{
border-color: #AB124B;
}
</style>