Shades of Amethyst #A168CF
Tints of Amethyst #A168CF
RGB
CMYK
RGB Variations
Color information
#A168CF (or 0xA168CF) is known color: Amethyst. HEX triplet: A1, 68 and CF. RGB value is (161,104,207). Sum of RGB (Red+Green+Blue) = 161+104+207=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A168CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168CF is #5E9730. Grayscale: #848484. Windows color (decimal): -6199089 or 13592737. OLE color: 13592737.
HSL color Cylindrical-coordinate representation of color #A168CF: hue angle of 273.2º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A168CF is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 104 | 207 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.19 |
| HSL | 273.2º | 0.52% | 0.61% | - |
| HSV(B) | 273.2º | 0.5% | 0.81% | - |
| XYZ | 30.91 | 21.98 | 61.65 | - |
| YUV | 132.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 207 | 0.22 | 0.50 | 0 | 0.19 | 273.2 | 0.52 | 0.61 |
| Hex | A1 | 68 | CF | 16 | 32 | 0 | 13 | 111 | 34 | 3D |
| Octal | 241 | 150 | 317 | 26 | 62 | 0 | 23 | 421 | 64 | 75 |
| Binary | 10100001 | 1101000 | 11001111 | 10110 | 110010 | 0 | 10011 | 100010001 | 110100 | 111101 |
Color Harmonies of #A168CF
Complementary color
Monochromatic Colors of #A168CF
Black with #A168CF
Text Example
Text Example
White with #A168CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A168CF; }
p { color: rgb(161,104,207); }
H1.HeaderClassName
{
color: #A168CF;
}
.AnyTagClassName
{
color: #A168CF;
}
</style>
background-color css
<style>
a { background-color: #A168CF; }
a { background-color: rgb(161,104,207); }
div.DivClassName
{
background-color: #A168CF;
}
.BgClassName
{
background-color: #A168CF;
}
</style>
border-color css
<style>
span { border-color: #A168CF; }
span { border-color: rgb(161,104,207); }
td.TdClassName
{
border-color: #A168CF;
}
.TagClassName
{
border-color: #A168CF;
}
</style>