Shades of Amethyst #A253DF
Tints of Amethyst #A253DF
RGB
CMYK
RGB Variations
Color information
#A253DF (or 0xA253DF) is known color: Amethyst. HEX triplet: A2, 53 and DF. RGB value is (162,83,223). Sum of RGB (Red+Green+Blue) = 162+83+223=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #A253DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253DF is #5DAC20. Grayscale: #7A7A7A. Windows color (decimal): -6138913 or 14635938. OLE color: 14635938.
HSL color Cylindrical-coordinate representation of color #A253DF: hue angle of 273.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A253DF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 83 | 223 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.13 |
| HSL | 273.86º | 0.69% | 0.6% | - |
| HSV(B) | 273.86º | 0.63% | 0.87% | - |
| XYZ | 31.31 | 19.2 | 71.87 | - |
| YUV | 122.58 | 184.67 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 223 | 0.27 | 0.63 | 0 | 0.13 | 273.86 | 0.69 | 0.6 |
| Hex | A2 | 53 | DF | 1B | 3F | 0 | D | 112 | 45 | 3C |
| Octal | 242 | 123 | 337 | 33 | 77 | 0 | 15 | 422 | 105 | 74 |
| Binary | 10100010 | 1010011 | 11011111 | 11011 | 111111 | 0 | 1101 | 100010010 | 1000101 | 111100 |
Color Harmonies of #A253DF
Complementary color
Monochromatic Colors of #A253DF
Black with #A253DF
Text Example
Text Example
White with #A253DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253DF; }
p { color: rgb(162,83,223); }
H1.HeaderClassName
{
color: #A253DF;
}
.AnyTagClassName
{
color: #A253DF;
}
</style>
background-color css
<style>
a { background-color: #A253DF; }
a { background-color: rgb(162,83,223); }
div.DivClassName
{
background-color: #A253DF;
}
.BgClassName
{
background-color: #A253DF;
}
</style>
border-color css
<style>
span { border-color: #A253DF; }
span { border-color: rgb(162,83,223); }
td.TdClassName
{
border-color: #A253DF;
}
.TagClassName
{
border-color: #A253DF;
}
</style>