Shades of Amethyst #AB73CF
Tints of Amethyst #AB73CF
RGB
CMYK
RGB Variations
Color information
#AB73CF (or 0xAB73CF) is known color: Amethyst. HEX triplet: AB, 73 and CF. RGB value is (171,115,207). Sum of RGB (Red+Green+Blue) = 171+115+207=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB73CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73CF is #548C30. Grayscale: #8D8D8D. Windows color (decimal): -5540913 or 13595563. OLE color: 13595563.
HSL color Cylindrical-coordinate representation of color #AB73CF: hue angle of 276.52º degrees, saturation: 0.49, 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 #AB73CF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 115 | 207 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.19 |
| HSL | 276.52º | 0.49% | 0.63% | - |
| HSV(B) | 276.52º | 0.44% | 0.81% | - |
| XYZ | 34.19 | 25.42 | 62.14 | - |
| YUV | 142.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 207 | 0.17 | 0.44 | 0 | 0.19 | 276.52 | 0.49 | 0.63 |
| Hex | AB | 73 | CF | 11 | 2C | 0 | 13 | 115 | 31 | 3F |
| Octal | 253 | 163 | 317 | 21 | 54 | 0 | 23 | 425 | 61 | 77 |
| Binary | 10101011 | 1110011 | 11001111 | 10001 | 101100 | 0 | 10011 | 100010101 | 110001 | 111111 |
Color Harmonies of #AB73CF
Complementary color
Monochromatic Colors of #AB73CF
Black with #AB73CF
Text Example
Text Example
White with #AB73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73CF; }
p { color: rgb(171,115,207); }
H1.HeaderClassName
{
color: #AB73CF;
}
.AnyTagClassName
{
color: #AB73CF;
}
</style>
background-color css
<style>
a { background-color: #AB73CF; }
a { background-color: rgb(171,115,207); }
div.DivClassName
{
background-color: #AB73CF;
}
.BgClassName
{
background-color: #AB73CF;
}
</style>
border-color css
<style>
span { border-color: #AB73CF; }
span { border-color: rgb(171,115,207); }
td.TdClassName
{
border-color: #AB73CF;
}
.TagClassName
{
border-color: #AB73CF;
}
</style>