Shades of Amethyst #A25ECD
Tints of Amethyst #A25ECD
RGB
CMYK
RGB Variations
Color information
#A25ECD (or 0xA25ECD) is known color: Amethyst. HEX triplet: A2, 5E and CD. RGB value is (162,94,205). Sum of RGB (Red+Green+Blue) = 162+94+205=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #A25ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ECD is #5DA132. Grayscale: #7E7E7E. Windows color (decimal): -6136115 or 13459106. OLE color: 13459106.
HSL color Cylindrical-coordinate representation of color #A25ECD: hue angle of 276.76º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25ECD is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 94 | 205 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.20 |
| HSL | 276.76º | 0.53% | 0.59% | - |
| HSV(B) | 276.76º | 0.54% | 0.8% | - |
| XYZ | 29.92 | 20.09 | 60.06 | - |
| YUV | 126.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 205 | 0.21 | 0.54 | 0 | 0.20 | 276.76 | 0.53 | 0.59 |
| Hex | A2 | 5E | CD | 15 | 36 | 0 | 14 | 115 | 35 | 3B |
| Octal | 242 | 136 | 315 | 25 | 66 | 0 | 24 | 425 | 65 | 73 |
| Binary | 10100010 | 1011110 | 11001101 | 10101 | 110110 | 0 | 10100 | 100010101 | 110101 | 111011 |
Color Harmonies of #A25ECD
Complementary color
Monochromatic Colors of #A25ECD
Black with #A25ECD
Text Example
Text Example
White with #A25ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ECD; }
p { color: rgb(162,94,205); }
H1.HeaderClassName
{
color: #A25ECD;
}
.AnyTagClassName
{
color: #A25ECD;
}
</style>
background-color css
<style>
a { background-color: #A25ECD; }
a { background-color: rgb(162,94,205); }
div.DivClassName
{
background-color: #A25ECD;
}
.BgClassName
{
background-color: #A25ECD;
}
</style>
border-color css
<style>
span { border-color: #A25ECD; }
span { border-color: rgb(162,94,205); }
td.TdClassName
{
border-color: #A25ECD;
}
.TagClassName
{
border-color: #A25ECD;
}
</style>