Shades of Jazzberry Jam #AB1B5D
Tints of Jazzberry Jam #AB1B5D
RGB
CMYK
RGB Variations
Color information
#AB1B5D (or 0xAB1B5D) is known color: Jazzberry Jam. HEX triplet: AB, 1B and 5D. RGB value is (171,27,93). Sum of RGB (Red+Green+Blue) = 171+27+93=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B5D is #54E4A2. Grayscale: #4D4D4D. Windows color (decimal): -5563555 or 6101931. OLE color: 6101931.
HSL color Cylindrical-coordinate representation of color #AB1B5D: hue angle of 332.5º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B5D is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 27 | 93 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.33 |
| HSL | 332.5º | 0.73% | 0.39% | - |
| HSV(B) | 332.5º | 0.84% | 0.67% | - |
| XYZ | 19.16 | 10.23 | 11.32 | - |
| YUV | 77.58 | 136.71 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 93 | 0 | 0.84 | 0.46 | 0.33 | 332.5 | 0.73 | 0.39 |
| Hex | AB | 1B | 5D | 0 | 54 | 2E | 21 | 14C | 49 | 27 |
| Octal | 253 | 33 | 135 | 0 | 124 | 56 | 41 | 514 | 111 | 47 |
| Binary | 10101011 | 11011 | 1011101 | 0 | 1010100 | 101110 | 100001 | 101001100 | 1001001 | 100111 |
Color Harmonies of #AB1B5D
Complementary color
Monochromatic Colors of #AB1B5D
Black with #AB1B5D
Text Example
Text Example
White with #AB1B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1B5D; }
p { color: rgb(171,27,93); }
H1.HeaderClassName
{
color: #AB1B5D;
}
.AnyTagClassName
{
color: #AB1B5D;
}
</style>
background-color css
<style>
a { background-color: #AB1B5D; }
a { background-color: rgb(171,27,93); }
div.DivClassName
{
background-color: #AB1B5D;
}
.BgClassName
{
background-color: #AB1B5D;
}
</style>
border-color css
<style>
span { border-color: #AB1B5D; }
span { border-color: rgb(171,27,93); }
td.TdClassName
{
border-color: #AB1B5D;
}
.TagClassName
{
border-color: #AB1B5D;
}
</style>