Shades of Amethyst #A253E3
Tints of Amethyst #A253E3
RGB
CMYK
RGB Variations
Color information
#A253E3 (or 0xA253E3) is known color: Amethyst. HEX triplet: A2, 53 and E3. RGB value is (162,83,227). Sum of RGB (Red+Green+Blue) = 162+83+227=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #A253E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253E3 is #5DAC1C. Grayscale: #7A7A7A. Windows color (decimal): -6138909 or 14898082. OLE color: 14898082.
HSL color Cylindrical-coordinate representation of color #A253E3: hue angle of 272.92º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A253E3 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 83 | 227 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.11 |
| HSL | 272.92º | 0.72% | 0.61% | - |
| HSV(B) | 272.92º | 0.63% | 0.89% | - |
| XYZ | 31.86 | 19.41 | 74.74 | - |
| YUV | 123.04 | 186.67 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 227 | 0.29 | 0.63 | 0 | 0.11 | 272.92 | 0.72 | 0.61 |
| Hex | A2 | 53 | E3 | 1D | 3F | 0 | B | 111 | 48 | 3D |
| Octal | 242 | 123 | 343 | 35 | 77 | 0 | 13 | 421 | 110 | 75 |
| Binary | 10100010 | 1010011 | 11100011 | 11101 | 111111 | 0 | 1011 | 100010001 | 1001000 | 111101 |
Color Harmonies of #A253E3
Complementary color
Monochromatic Colors of #A253E3
Black with #A253E3
Text Example
Text Example
White with #A253E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253E3; }
p { color: rgb(162,83,227); }
H1.HeaderClassName
{
color: #A253E3;
}
.AnyTagClassName
{
color: #A253E3;
}
</style>
background-color css
<style>
a { background-color: #A253E3; }
a { background-color: rgb(162,83,227); }
div.DivClassName
{
background-color: #A253E3;
}
.BgClassName
{
background-color: #A253E3;
}
</style>
border-color css
<style>
span { border-color: #A253E3; }
span { border-color: rgb(162,83,227); }
td.TdClassName
{
border-color: #A253E3;
}
.TagClassName
{
border-color: #A253E3;
}
</style>