Shades of Amethyst #A253E2
Tints of Amethyst #A253E2
RGB
CMYK
RGB Variations
Color information
#A253E2 (or 0xA253E2) is known color: Amethyst. HEX triplet: A2, 53 and E2. RGB value is (162,83,226). Sum of RGB (Red+Green+Blue) = 162+83+226=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 226 - color contains mainly: blue. Hex color #A253E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253E2 is #5DAC1D. Grayscale: #7A7A7A. Windows color (decimal): -6138910 or 14832546. OLE color: 14832546.
HSL color Cylindrical-coordinate representation of color #A253E2: hue angle of 273.15º degrees, saturation: 0.71, 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 #A253E2 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 83 | 226 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.11 |
| HSL | 273.15º | 0.71% | 0.61% | - |
| HSV(B) | 273.15º | 0.63% | 0.89% | - |
| XYZ | 31.72 | 19.36 | 74.02 | - |
| YUV | 122.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 226 | 0.28 | 0.63 | 0 | 0.11 | 273.15 | 0.71 | 0.61 |
| Hex | A2 | 53 | E2 | 1C | 3F | 0 | B | 111 | 47 | 3D |
| Octal | 242 | 123 | 342 | 34 | 77 | 0 | 13 | 421 | 107 | 75 |
| Binary | 10100010 | 1010011 | 11100010 | 11100 | 111111 | 0 | 1011 | 100010001 | 1000111 | 111101 |
Color Harmonies of #A253E2
Complementary color
Monochromatic Colors of #A253E2
Black with #A253E2
Text Example
Text Example
White with #A253E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A253E2; }
p { color: rgb(162,83,226); }
H1.HeaderClassName
{
color: #A253E2;
}
.AnyTagClassName
{
color: #A253E2;
}
</style>
background-color css
<style>
a { background-color: #A253E2; }
a { background-color: rgb(162,83,226); }
div.DivClassName
{
background-color: #A253E2;
}
.BgClassName
{
background-color: #A253E2;
}
</style>
border-color css
<style>
span { border-color: #A253E2; }
span { border-color: rgb(162,83,226); }
td.TdClassName
{
border-color: #A253E2;
}
.TagClassName
{
border-color: #A253E2;
}
</style>