Shades of Amethyst #A25CDA
Tints of Amethyst #A25CDA
RGB
CMYK
RGB Variations
Color information
#A25CDA (or 0xA25CDA) is known color: Amethyst. HEX triplet: A2, 5C and DA. RGB value is (162,92,218). Sum of RGB (Red+Green+Blue) = 162+92+218=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #A25CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CDA is #5DA325. Grayscale: #7E7E7E. Windows color (decimal): -6136614 or 14310562. OLE color: 14310562.
HSL color Cylindrical-coordinate representation of color #A25CDA: hue angle of 273.33º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A25CDA is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 92 | 218 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.15 |
| HSL | 273.33º | 0.63% | 0.61% | - |
| HSV(B) | 273.33º | 0.58% | 0.85% | - |
| XYZ | 31.38 | 20.4 | 68.61 | - |
| YUV | 127.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 218 | 0.26 | 0.58 | 0 | 0.15 | 273.33 | 0.63 | 0.61 |
| Hex | A2 | 5C | DA | 1A | 3A | 0 | F | 111 | 3F | 3D |
| Octal | 242 | 134 | 332 | 32 | 72 | 0 | 17 | 421 | 77 | 75 |
| Binary | 10100010 | 1011100 | 11011010 | 11010 | 111010 | 0 | 1111 | 100010001 | 111111 | 111101 |
Color Harmonies of #A25CDA
Complementary color
Monochromatic Colors of #A25CDA
Black with #A25CDA
Text Example
Text Example
White with #A25CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CDA; }
p { color: rgb(162,92,218); }
H1.HeaderClassName
{
color: #A25CDA;
}
.AnyTagClassName
{
color: #A25CDA;
}
</style>
background-color css
<style>
a { background-color: #A25CDA; }
a { background-color: rgb(162,92,218); }
div.DivClassName
{
background-color: #A25CDA;
}
.BgClassName
{
background-color: #A25CDA;
}
</style>
border-color css
<style>
span { border-color: #A25CDA; }
span { border-color: rgb(162,92,218); }
td.TdClassName
{
border-color: #A25CDA;
}
.TagClassName
{
border-color: #A25CDA;
}
</style>