Shades of Jazzberry Jam #AB1D6A
Tints of Jazzberry Jam #AB1D6A
RGB
CMYK
RGB Variations
Color information
#AB1D6A (or 0xAB1D6A) is known color: Jazzberry Jam. HEX triplet: AB, 1D and 6A. RGB value is (171,29,106). Sum of RGB (Red+Green+Blue) = 171+29+106=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1D6A is #54E295. Grayscale: #505050. Windows color (decimal): -5563030 or 6954411. OLE color: 6954411.
HSL color Cylindrical-coordinate representation of color #AB1D6A: hue angle of 327.46º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB1D6A is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 29 | 106 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.33 |
| HSL | 327.46º | 0.71% | 0.39% | - |
| HSV(B) | 327.46º | 0.83% | 0.67% | - |
| XYZ | 19.84 | 10.58 | 14.63 | - |
| YUV | 80.24 | 142.54 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 106 | 0 | 0.83 | 0.38 | 0.33 | 327.46 | 0.71 | 0.39 |
| Hex | AB | 1D | 6A | 0 | 53 | 26 | 21 | 147 | 47 | 27 |
| Octal | 253 | 35 | 152 | 0 | 123 | 46 | 41 | 507 | 107 | 47 |
| Binary | 10101011 | 11101 | 1101010 | 0 | 1010011 | 100110 | 100001 | 101000111 | 1000111 | 100111 |
Color Harmonies of #AB1D6A
Complementary color
Monochromatic Colors of #AB1D6A
Black with #AB1D6A
Text Example
Text Example
White with #AB1D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1D6A; }
p { color: rgb(171,29,106); }
H1.HeaderClassName
{
color: #AB1D6A;
}
.AnyTagClassName
{
color: #AB1D6A;
}
</style>
background-color css
<style>
a { background-color: #AB1D6A; }
a { background-color: rgb(171,29,106); }
div.DivClassName
{
background-color: #AB1D6A;
}
.BgClassName
{
background-color: #AB1D6A;
}
</style>
border-color css
<style>
span { border-color: #AB1D6A; }
span { border-color: rgb(171,29,106); }
td.TdClassName
{
border-color: #AB1D6A;
}
.TagClassName
{
border-color: #AB1D6A;
}
</style>