Shades of Amethyst #A162DC
Tints of Amethyst #A162DC
RGB
CMYK
RGB Variations
Color information
#A162DC (or 0xA162DC) is known color: Amethyst. HEX triplet: A1, 62 and DC. RGB value is (161,98,220). Sum of RGB (Red+Green+Blue) = 161+98+220=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #A162DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162DC is #5E9D23. Grayscale: #828282. Windows color (decimal): -6200612 or 14443169. OLE color: 14443169.
HSL color Cylindrical-coordinate representation of color #A162DC: hue angle of 270.98º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A162DC is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 98 | 220 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.14 |
| HSL | 270.98º | 0.64% | 0.62% | - |
| HSV(B) | 270.98º | 0.55% | 0.86% | - |
| XYZ | 31.98 | 21.48 | 70.17 | - |
| YUV | 130.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 220 | 0.27 | 0.55 | 0 | 0.14 | 270.98 | 0.64 | 0.62 |
| Hex | A1 | 62 | DC | 1B | 37 | 0 | E | 10F | 40 | 3E |
| Octal | 241 | 142 | 334 | 33 | 67 | 0 | 16 | 417 | 100 | 76 |
| Binary | 10100001 | 1100010 | 11011100 | 11011 | 110111 | 0 | 1110 | 100001111 | 1000000 | 111110 |
Color Harmonies of #A162DC
Complementary color
Monochromatic Colors of #A162DC
Black with #A162DC
Text Example
Text Example
White with #A162DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A162DC; }
p { color: rgb(161,98,220); }
H1.HeaderClassName
{
color: #A162DC;
}
.AnyTagClassName
{
color: #A162DC;
}
</style>
background-color css
<style>
a { background-color: #A162DC; }
a { background-color: rgb(161,98,220); }
div.DivClassName
{
background-color: #A162DC;
}
.BgClassName
{
background-color: #A162DC;
}
</style>
border-color css
<style>
span { border-color: #A162DC; }
span { border-color: rgb(161,98,220); }
td.TdClassName
{
border-color: #A162DC;
}
.TagClassName
{
border-color: #A162DC;
}
</style>