Shades of Amethyst #A162D3
Tints of Amethyst #A162D3
RGB
CMYK
RGB Variations
Color information
#A162D3 (or 0xA162D3) is known color: Amethyst. HEX triplet: A1, 62 and D3. RGB value is (161,98,211). Sum of RGB (Red+Green+Blue) = 161+98+211=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 211 - color contains mainly: blue. Hex color #A162D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162D3 is #5E9D2C. Grayscale: #818181. Windows color (decimal): -6200621 or 13853345. OLE color: 13853345.
HSL color Cylindrical-coordinate representation of color #A162D3: hue angle of 273.45º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A162D3 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 98 | 211 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.17 |
| HSL | 273.45º | 0.56% | 0.61% | - |
| HSV(B) | 273.45º | 0.54% | 0.83% | - |
| XYZ | 30.82 | 21.02 | 64.06 | - |
| YUV | 129.72 | 173.87 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 98 | 211 | 0.24 | 0.54 | 0 | 0.17 | 273.45 | 0.56 | 0.61 |
| Hex | A1 | 62 | D3 | 18 | 36 | 0 | 11 | 111 | 38 | 3D |
| Octal | 241 | 142 | 323 | 30 | 66 | 0 | 21 | 421 | 70 | 75 |
| Binary | 10100001 | 1100010 | 11010011 | 11000 | 110110 | 0 | 10001 | 100010001 | 111000 | 111101 |
Color Harmonies of #A162D3
Complementary color
Monochromatic Colors of #A162D3
Black with #A162D3
Text Example
Text Example
White with #A162D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A162D3; }
p { color: rgb(161,98,211); }
H1.HeaderClassName
{
color: #A162D3;
}
.AnyTagClassName
{
color: #A162D3;
}
</style>
background-color css
<style>
a { background-color: #A162D3; }
a { background-color: rgb(161,98,211); }
div.DivClassName
{
background-color: #A162D3;
}
.BgClassName
{
background-color: #A162D3;
}
</style>
border-color css
<style>
span { border-color: #A162D3; }
span { border-color: rgb(161,98,211); }
td.TdClassName
{
border-color: #A162D3;
}
.TagClassName
{
border-color: #A162D3;
}
</style>