Shades of Jazzberry Jam #AB1065
Tints of Jazzberry Jam #AB1065
RGB
CMYK
RGB Variations
Color information
#AB1065 (or 0xAB1065) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 65. RGB value is (171,16,101). Sum of RGB (Red+Green+Blue) = 171+16+101=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1065 is #54EF9A. Grayscale: #474747. Windows color (decimal): -5566363 or 6623403. OLE color: 6623403.
HSL color Cylindrical-coordinate representation of color #AB1065: hue angle of 327.1º 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 #AB1065 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 101 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.33 |
| HSL | 327.1º | 0.83% | 0.37% | - |
| HSV(B) | 327.1º | 0.91% | 0.67% | - |
| XYZ | 19.33 | 9.97 | 13.22 | - |
| YUV | 72.04 | 144.35 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 101 | 0 | 0.91 | 0.41 | 0.33 | 327.1 | 0.83 | 0.37 |
| Hex | AB | 10 | 65 | 0 | 5B | 29 | 21 | 147 | 53 | 25 |
| Octal | 253 | 20 | 145 | 0 | 133 | 51 | 41 | 507 | 123 | 45 |
| Binary | 10101011 | 10000 | 1100101 | 0 | 1011011 | 101001 | 100001 | 101000111 | 1010011 | 100101 |
Color Harmonies of #AB1065
Complementary color
Monochromatic Colors of #AB1065
Black with #AB1065
Text Example
Text Example
White with #AB1065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1065; }
p { color: rgb(171,16,101); }
H1.HeaderClassName
{
color: #AB1065;
}
.AnyTagClassName
{
color: #AB1065;
}
</style>
background-color css
<style>
a { background-color: #AB1065; }
a { background-color: rgb(171,16,101); }
div.DivClassName
{
background-color: #AB1065;
}
.BgClassName
{
background-color: #AB1065;
}
</style>
border-color css
<style>
span { border-color: #AB1065; }
span { border-color: rgb(171,16,101); }
td.TdClassName
{
border-color: #AB1065;
}
.TagClassName
{
border-color: #AB1065;
}
</style>