Shades of Jazzberry Jam #AB145F
Tints of Jazzberry Jam #AB145F
RGB
CMYK
RGB Variations
Color information
#AB145F (or 0xAB145F) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 5F. RGB value is (171,20,95). Sum of RGB (Red+Green+Blue) = 171+20+95=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB145F is #54EBA0. Grayscale: #494949. Windows color (decimal): -5565345 or 6231211. OLE color: 6231211.
HSL color Cylindrical-coordinate representation of color #AB145F: hue angle of 330.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB145F is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 95 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.33 |
| HSL | 330.2º | 0.79% | 0.37% | - |
| HSV(B) | 330.2º | 0.88% | 0.67% | - |
| XYZ | 19.11 | 9.98 | 11.75 | - |
| YUV | 73.7 | 140.03 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 95 | 0 | 0.88 | 0.44 | 0.33 | 330.2 | 0.79 | 0.37 |
| Hex | AB | 14 | 5F | 0 | 58 | 2C | 21 | 14A | 4F | 25 |
| Octal | 253 | 24 | 137 | 0 | 130 | 54 | 41 | 512 | 117 | 45 |
| Binary | 10101011 | 10100 | 1011111 | 0 | 1011000 | 101100 | 100001 | 101001010 | 1001111 | 100101 |
Color Harmonies of #AB145F
Complementary color
Monochromatic Colors of #AB145F
Black with #AB145F
Text Example
Text Example
White with #AB145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB145F; }
p { color: rgb(171,20,95); }
H1.HeaderClassName
{
color: #AB145F;
}
.AnyTagClassName
{
color: #AB145F;
}
</style>
background-color css
<style>
a { background-color: #AB145F; }
a { background-color: rgb(171,20,95); }
div.DivClassName
{
background-color: #AB145F;
}
.BgClassName
{
background-color: #AB145F;
}
</style>
border-color css
<style>
span { border-color: #AB145F; }
span { border-color: rgb(171,20,95); }
td.TdClassName
{
border-color: #AB145F;
}
.TagClassName
{
border-color: #AB145F;
}
</style>