Shades of Amethyst #A170CE
Tints of Amethyst #A170CE
RGB
CMYK
RGB Variations
Color information
#A170CE (or 0xA170CE) is known color: Amethyst. HEX triplet: A1, 70 and CE. RGB value is (161,112,206). Sum of RGB (Red+Green+Blue) = 161+112+206=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #A170CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170CE is #5E8F31. Grayscale: #898989. Windows color (decimal): -6197042 or 13529249. OLE color: 13529249.
HSL color Cylindrical-coordinate representation of color #A170CE: hue angle of 271.28º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A170CE is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 112 | 206 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.19 |
| HSL | 271.28º | 0.49% | 0.62% | - |
| HSV(B) | 271.28º | 0.46% | 0.81% | - |
| XYZ | 31.63 | 23.62 | 61.28 | - |
| YUV | 137.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 206 | 0.22 | 0.46 | 0 | 0.19 | 271.28 | 0.49 | 0.62 |
| Hex | A1 | 70 | CE | 16 | 2E | 0 | 13 | 10F | 31 | 3E |
| Octal | 241 | 160 | 316 | 26 | 56 | 0 | 23 | 417 | 61 | 76 |
| Binary | 10100001 | 1110000 | 11001110 | 10110 | 101110 | 0 | 10011 | 100001111 | 110001 | 111110 |
Color Harmonies of #A170CE
Complementary color
Monochromatic Colors of #A170CE
Black with #A170CE
Text Example
Text Example
White with #A170CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170CE; }
p { color: rgb(161,112,206); }
H1.HeaderClassName
{
color: #A170CE;
}
.AnyTagClassName
{
color: #A170CE;
}
</style>
background-color css
<style>
a { background-color: #A170CE; }
a { background-color: rgb(161,112,206); }
div.DivClassName
{
background-color: #A170CE;
}
.BgClassName
{
background-color: #A170CE;
}
</style>
border-color css
<style>
span { border-color: #A170CE; }
span { border-color: rgb(161,112,206); }
td.TdClassName
{
border-color: #A170CE;
}
.TagClassName
{
border-color: #A170CE;
}
</style>