Shades of Jazzberry Jam #AB105F
Tints of Jazzberry Jam #AB105F
RGB
CMYK
RGB Variations
Color information
#AB105F (or 0xAB105F) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 5F. RGB value is (171,16,95). Sum of RGB (Red+Green+Blue) = 171+16+95=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB105F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB105F is #54EFA0. Grayscale: #474747. Windows color (decimal): -5566369 or 6230187. OLE color: 6230187.
HSL color Cylindrical-coordinate representation of color #AB105F: hue angle of 329.42º 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 #AB105F is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 95 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.33 |
| HSL | 329.42º | 0.83% | 0.37% | - |
| HSV(B) | 329.42º | 0.91% | 0.67% | - |
| XYZ | 19.05 | 9.85 | 11.72 | - |
| YUV | 71.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 95 | 0 | 0.91 | 0.44 | 0.33 | 329.42 | 0.83 | 0.37 |
| Hex | AB | 10 | 5F | 0 | 5B | 2C | 21 | 149 | 53 | 25 |
| Octal | 253 | 20 | 137 | 0 | 133 | 54 | 41 | 511 | 123 | 45 |
| Binary | 10101011 | 10000 | 1011111 | 0 | 1011011 | 101100 | 100001 | 101001001 | 1010011 | 100101 |
Color Harmonies of #AB105F
Complementary color
Monochromatic Colors of #AB105F
Black with #AB105F
Text Example
Text Example
White with #AB105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB105F; }
p { color: rgb(171,16,95); }
H1.HeaderClassName
{
color: #AB105F;
}
.AnyTagClassName
{
color: #AB105F;
}
</style>
background-color css
<style>
a { background-color: #AB105F; }
a { background-color: rgb(171,16,95); }
div.DivClassName
{
background-color: #AB105F;
}
.BgClassName
{
background-color: #AB105F;
}
</style>
border-color css
<style>
span { border-color: #AB105F; }
span { border-color: rgb(171,16,95); }
td.TdClassName
{
border-color: #AB105F;
}
.TagClassName
{
border-color: #AB105F;
}
</style>