Shades of Amethyst #AB76CB
Tints of Amethyst #AB76CB
RGB
CMYK
RGB Variations
Color information
#AB76CB (or 0xAB76CB) is known color: Amethyst. HEX triplet: AB, 76 and CB. RGB value is (171,118,203). Sum of RGB (Red+Green+Blue) = 171+118+203=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB76CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76CB is #548934. Grayscale: #8F8F8F. Windows color (decimal): -5540149 or 13334187. OLE color: 13334187.
HSL color Cylindrical-coordinate representation of color #AB76CB: hue angle of 277.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB76CB is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 118 | 203 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.20 |
| HSL | 277.41º | 0.45% | 0.63% | - |
| HSV(B) | 277.41º | 0.42% | 0.8% | - |
| XYZ | 34.05 | 25.93 | 59.71 | - |
| YUV | 143.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 203 | 0.16 | 0.42 | 0 | 0.20 | 277.41 | 0.45 | 0.63 |
| Hex | AB | 76 | CB | 10 | 2A | 0 | 14 | 115 | 2D | 3F |
| Octal | 253 | 166 | 313 | 20 | 52 | 0 | 24 | 425 | 55 | 77 |
| Binary | 10101011 | 1110110 | 11001011 | 10000 | 101010 | 0 | 10100 | 100010101 | 101101 | 111111 |
Color Harmonies of #AB76CB
Complementary color
Monochromatic Colors of #AB76CB
Black with #AB76CB
Text Example
Text Example
White with #AB76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76CB; }
p { color: rgb(171,118,203); }
H1.HeaderClassName
{
color: #AB76CB;
}
.AnyTagClassName
{
color: #AB76CB;
}
</style>
background-color css
<style>
a { background-color: #AB76CB; }
a { background-color: rgb(171,118,203); }
div.DivClassName
{
background-color: #AB76CB;
}
.BgClassName
{
background-color: #AB76CB;
}
</style>
border-color css
<style>
span { border-color: #AB76CB; }
span { border-color: rgb(171,118,203); }
td.TdClassName
{
border-color: #AB76CB;
}
.TagClassName
{
border-color: #AB76CB;
}
</style>