Shades of Amethyst #A260DA
Tints of Amethyst #A260DA
RGB
CMYK
RGB Variations
Color information
#A260DA (or 0xA260DA) is known color: Amethyst. HEX triplet: A2, 60 and DA. RGB value is (162,96,218). Sum of RGB (Red+Green+Blue) = 162+96+218=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #A260DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260DA is #5D9F25. Grayscale: #818181. Windows color (decimal): -6135590 or 14311586. OLE color: 14311586.
HSL color Cylindrical-coordinate representation of color #A260DA: hue angle of 272.46º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A260DA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 96 | 218 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.15 |
| HSL | 272.46º | 0.62% | 0.62% | - |
| HSV(B) | 272.46º | 0.56% | 0.85% | - |
| XYZ | 31.74 | 21.11 | 68.73 | - |
| YUV | 129.64 | 177.87 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 218 | 0.26 | 0.56 | 0 | 0.15 | 272.46 | 0.62 | 0.62 |
| Hex | A2 | 60 | DA | 1A | 38 | 0 | F | 110 | 3E | 3E |
| Octal | 242 | 140 | 332 | 32 | 70 | 0 | 17 | 420 | 76 | 76 |
| Binary | 10100010 | 1100000 | 11011010 | 11010 | 111000 | 0 | 1111 | 100010000 | 111110 | 111110 |
Color Harmonies of #A260DA
Complementary color
Monochromatic Colors of #A260DA
Black with #A260DA
Text Example
Text Example
White with #A260DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260DA; }
p { color: rgb(162,96,218); }
H1.HeaderClassName
{
color: #A260DA;
}
.AnyTagClassName
{
color: #A260DA;
}
</style>
background-color css
<style>
a { background-color: #A260DA; }
a { background-color: rgb(162,96,218); }
div.DivClassName
{
background-color: #A260DA;
}
.BgClassName
{
background-color: #A260DA;
}
</style>
border-color css
<style>
span { border-color: #A260DA; }
span { border-color: rgb(162,96,218); }
td.TdClassName
{
border-color: #A260DA;
}
.TagClassName
{
border-color: #A260DA;
}
</style>