Shades of Amethyst #A262E0
Tints of Amethyst #A262E0
RGB
CMYK
RGB Variations
Color information
#A262E0 (or 0xA262E0) is known color: Amethyst. HEX triplet: A2, 62 and E0. RGB value is (162,98,224). Sum of RGB (Red+Green+Blue) = 162+98+224=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #A262E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262E0 is #5D9D1F. Grayscale: #838383. Windows color (decimal): -6135072 or 14705314. OLE color: 14705314.
HSL color Cylindrical-coordinate representation of color #A262E0: hue angle of 270.48º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A262E0 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 98 | 224 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.12 |
| HSL | 270.48º | 0.67% | 0.63% | - |
| HSV(B) | 270.48º | 0.56% | 0.88% | - |
| XYZ | 32.72 | 21.8 | 73 | - |
| YUV | 131.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 224 | 0.28 | 0.56 | 0 | 0.12 | 270.48 | 0.67 | 0.63 |
| Hex | A2 | 62 | E0 | 1C | 38 | 0 | C | 10E | 43 | 3F |
| Octal | 242 | 142 | 340 | 34 | 70 | 0 | 14 | 416 | 103 | 77 |
| Binary | 10100010 | 1100010 | 11100000 | 11100 | 111000 | 0 | 1100 | 100001110 | 1000011 | 111111 |
Color Harmonies of #A262E0
Complementary color
Monochromatic Colors of #A262E0
Black with #A262E0
Text Example
Text Example
White with #A262E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A262E0; }
p { color: rgb(162,98,224); }
H1.HeaderClassName
{
color: #A262E0;
}
.AnyTagClassName
{
color: #A262E0;
}
</style>
background-color css
<style>
a { background-color: #A262E0; }
a { background-color: rgb(162,98,224); }
div.DivClassName
{
background-color: #A262E0;
}
.BgClassName
{
background-color: #A262E0;
}
</style>
border-color css
<style>
span { border-color: #A262E0; }
span { border-color: rgb(162,98,224); }
td.TdClassName
{
border-color: #A262E0;
}
.TagClassName
{
border-color: #A262E0;
}
</style>