Shades of Amethyst #A170CF
Tints of Amethyst #A170CF
RGB
CMYK
RGB Variations
Color information
#A170CF (or 0xA170CF) is known color: Amethyst. HEX triplet: A1, 70 and CF. RGB value is (161,112,207). Sum of RGB (Red+Green+Blue) = 161+112+207=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #A170CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170CF is #5E8F30. Grayscale: #898989. Windows color (decimal): -6197041 or 13594785. OLE color: 13594785.
HSL color Cylindrical-coordinate representation of color #A170CF: hue angle of 270.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A170CF is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 112 | 207 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.19 |
| HSL | 270.95º | 0.5% | 0.63% | - |
| HSV(B) | 270.95º | 0.46% | 0.81% | - |
| XYZ | 31.75 | 23.67 | 61.93 | - |
| YUV | 137.48 | 167.23 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 207 | 0.22 | 0.46 | 0 | 0.19 | 270.95 | 0.5 | 0.63 |
| Hex | A1 | 70 | CF | 16 | 2E | 0 | 13 | 10F | 32 | 3F |
| Octal | 241 | 160 | 317 | 26 | 56 | 0 | 23 | 417 | 62 | 77 |
| Binary | 10100001 | 1110000 | 11001111 | 10110 | 101110 | 0 | 10011 | 100001111 | 110010 | 111111 |
Color Harmonies of #A170CF
Complementary color
Monochromatic Colors of #A170CF
Black with #A170CF
Text Example
Text Example
White with #A170CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170CF; }
p { color: rgb(161,112,207); }
H1.HeaderClassName
{
color: #A170CF;
}
.AnyTagClassName
{
color: #A170CF;
}
</style>
background-color css
<style>
a { background-color: #A170CF; }
a { background-color: rgb(161,112,207); }
div.DivClassName
{
background-color: #A170CF;
}
.BgClassName
{
background-color: #A170CF;
}
</style>
border-color css
<style>
span { border-color: #A170CF; }
span { border-color: rgb(161,112,207); }
td.TdClassName
{
border-color: #A170CF;
}
.TagClassName
{
border-color: #A170CF;
}
</style>