Shades of Amethyst #AB73CE
Tints of Amethyst #AB73CE
RGB
CMYK
RGB Variations
Color information
#AB73CE (or 0xAB73CE) is known color: Amethyst. HEX triplet: AB, 73 and CE. RGB value is (171,115,206). Sum of RGB (Red+Green+Blue) = 171+115+206=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB73CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73CE is #548C31. Grayscale: #8D8D8D. Windows color (decimal): -5540914 or 13530027. OLE color: 13530027.
HSL color Cylindrical-coordinate representation of color #AB73CE: hue angle of 276.92º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB73CE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 115 | 206 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.19 |
| HSL | 276.92º | 0.48% | 0.63% | - |
| HSV(B) | 276.92º | 0.44% | 0.81% | - |
| XYZ | 34.07 | 25.38 | 61.5 | - |
| YUV | 142.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 206 | 0.17 | 0.44 | 0 | 0.19 | 276.92 | 0.48 | 0.63 |
| Hex | AB | 73 | CE | 11 | 2C | 0 | 13 | 115 | 30 | 3F |
| Octal | 253 | 163 | 316 | 21 | 54 | 0 | 23 | 425 | 60 | 77 |
| Binary | 10101011 | 1110011 | 11001110 | 10001 | 101100 | 0 | 10011 | 100010101 | 110000 | 111111 |
Color Harmonies of #AB73CE
Complementary color
Monochromatic Colors of #AB73CE
Black with #AB73CE
Text Example
Text Example
White with #AB73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73CE; }
p { color: rgb(171,115,206); }
H1.HeaderClassName
{
color: #AB73CE;
}
.AnyTagClassName
{
color: #AB73CE;
}
</style>
background-color css
<style>
a { background-color: #AB73CE; }
a { background-color: rgb(171,115,206); }
div.DivClassName
{
background-color: #AB73CE;
}
.BgClassName
{
background-color: #AB73CE;
}
</style>
border-color css
<style>
span { border-color: #AB73CE; }
span { border-color: rgb(171,115,206); }
td.TdClassName
{
border-color: #AB73CE;
}
.TagClassName
{
border-color: #AB73CE;
}
</style>