Shades of Amethyst #A260E0
Tints of Amethyst #A260E0
RGB
CMYK
RGB Variations
Color information
#A260E0 (or 0xA260E0) is known color: Amethyst. HEX triplet: A2, 60 and E0. RGB value is (162,96,224). Sum of RGB (Red+Green+Blue) = 162+96+224=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #A260E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260E0 is #5D9F1F. Grayscale: #818181. Windows color (decimal): -6135584 or 14704802. OLE color: 14704802.
HSL color Cylindrical-coordinate representation of color #A260E0: hue angle of 270.94º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A260E0 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 96 | 224 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.12 |
| HSL | 270.94º | 0.67% | 0.63% | - |
| HSV(B) | 270.94º | 0.57% | 0.88% | - |
| XYZ | 32.54 | 21.43 | 72.94 | - |
| YUV | 130.33 | 180.87 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 224 | 0.28 | 0.57 | 0 | 0.12 | 270.94 | 0.67 | 0.63 |
| Hex | A2 | 60 | E0 | 1C | 39 | 0 | C | 10F | 43 | 3F |
| Octal | 242 | 140 | 340 | 34 | 71 | 0 | 14 | 417 | 103 | 77 |
| Binary | 10100010 | 1100000 | 11100000 | 11100 | 111001 | 0 | 1100 | 100001111 | 1000011 | 111111 |
Color Harmonies of #A260E0
Complementary color
Monochromatic Colors of #A260E0
Black with #A260E0
Text Example
Text Example
White with #A260E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260E0; }
p { color: rgb(162,96,224); }
H1.HeaderClassName
{
color: #A260E0;
}
.AnyTagClassName
{
color: #A260E0;
}
</style>
background-color css
<style>
a { background-color: #A260E0; }
a { background-color: rgb(162,96,224); }
div.DivClassName
{
background-color: #A260E0;
}
.BgClassName
{
background-color: #A260E0;
}
</style>
border-color css
<style>
span { border-color: #A260E0; }
span { border-color: rgb(162,96,224); }
td.TdClassName
{
border-color: #A260E0;
}
.TagClassName
{
border-color: #A260E0;
}
</style>