Shades of Amethyst #A162E0
Tints of Amethyst #A162E0
RGB
CMYK
RGB Variations
Color information
#A162E0 (or 0xA162E0) is known color: Amethyst. HEX triplet: A1, 62 and E0. RGB value is (161,98,224). Sum of RGB (Red+Green+Blue) = 161+98+224=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #A162E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162E0 is #5E9D1F. Grayscale: #828282. Windows color (decimal): -6200608 or 14705313. OLE color: 14705313.
HSL color Cylindrical-coordinate representation of color #A162E0: hue angle of 270º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A162E0 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 98 | 224 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.12 |
| HSL | 270º | 0.67% | 0.63% | - |
| HSV(B) | 270º | 0.56% | 0.88% | - |
| XYZ | 32.52 | 21.69 | 72.99 | - |
| YUV | 131.2 | 180.37 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 224 | 0.28 | 0.56 | 0 | 0.12 | 270 | 0.67 | 0.63 |
| Hex | A1 | 62 | E0 | 1C | 38 | 0 | C | 10E | 43 | 3F |
| Octal | 241 | 142 | 340 | 34 | 70 | 0 | 14 | 416 | 103 | 77 |
| Binary | 10100001 | 1100010 | 11100000 | 11100 | 111000 | 0 | 1100 | 100001110 | 1000011 | 111111 |
Color Harmonies of #A162E0
Complementary color
Monochromatic Colors of #A162E0
Black with #A162E0
Text Example
Text Example
White with #A162E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A162E0; }
p { color: rgb(161,98,224); }
H1.HeaderClassName
{
color: #A162E0;
}
.AnyTagClassName
{
color: #A162E0;
}
</style>
background-color css
<style>
a { background-color: #A162E0; }
a { background-color: rgb(161,98,224); }
div.DivClassName
{
background-color: #A162E0;
}
.BgClassName
{
background-color: #A162E0;
}
</style>
border-color css
<style>
span { border-color: #A162E0; }
span { border-color: rgb(161,98,224); }
td.TdClassName
{
border-color: #A162E0;
}
.TagClassName
{
border-color: #A162E0;
}
</style>