Shades of Jazzberry Jam #AB124F
Tints of Jazzberry Jam #AB124F
RGB
CMYK
RGB Variations
Color information
#AB124F (or 0xAB124F) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 4F. RGB value is (171,18,79). Sum of RGB (Red+Green+Blue) = 171+18+79=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB124F is #54EDB0. Grayscale: #464646. Windows color (decimal): -5565873 or 5182123. OLE color: 5182123.
HSL color Cylindrical-coordinate representation of color #AB124F: hue angle of 336.08º 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 #AB124F is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 79 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.33 |
| HSL | 336.08º | 0.81% | 0.37% | - |
| HSV(B) | 336.08º | 0.89% | 0.67% | - |
| XYZ | 18.42 | 9.66 | 8.29 | - |
| YUV | 70.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 79 | 0 | 0.89 | 0.54 | 0.33 | 336.08 | 0.81 | 0.37 |
| Hex | AB | 12 | 4F | 0 | 59 | 36 | 21 | 150 | 51 | 25 |
| Octal | 253 | 22 | 117 | 0 | 131 | 66 | 41 | 520 | 121 | 45 |
| Binary | 10101011 | 10010 | 1001111 | 0 | 1011001 | 110110 | 100001 | 101010000 | 1010001 | 100101 |
Color Harmonies of #AB124F
Complementary color
Monochromatic Colors of #AB124F
Black with #AB124F
Text Example
Text Example
White with #AB124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB124F; }
p { color: rgb(171,18,79); }
H1.HeaderClassName
{
color: #AB124F;
}
.AnyTagClassName
{
color: #AB124F;
}
</style>
background-color css
<style>
a { background-color: #AB124F; }
a { background-color: rgb(171,18,79); }
div.DivClassName
{
background-color: #AB124F;
}
.BgClassName
{
background-color: #AB124F;
}
</style>
border-color css
<style>
span { border-color: #AB124F; }
span { border-color: rgb(171,18,79); }
td.TdClassName
{
border-color: #AB124F;
}
.TagClassName
{
border-color: #AB124F;
}
</style>