Shades of Amethyst #A25ECF
Tints of Amethyst #A25ECF
RGB
CMYK
RGB Variations
Color information
#A25ECF (or 0xA25ECF) is known color: Amethyst. HEX triplet: A2, 5E and CF. RGB value is (162,94,207). Sum of RGB (Red+Green+Blue) = 162+94+207=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #A25ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ECF is #5DA130. Grayscale: #7E7E7E. Windows color (decimal): -6136113 or 13590178. OLE color: 13590178.
HSL color Cylindrical-coordinate representation of color #A25ECF: hue angle of 276.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A25ECF is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 94 | 207 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.19 |
| HSL | 276.11º | 0.54% | 0.59% | - |
| HSV(B) | 276.11º | 0.55% | 0.81% | - |
| XYZ | 30.17 | 20.19 | 61.34 | - |
| YUV | 127.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 207 | 0.22 | 0.55 | 0 | 0.19 | 276.11 | 0.54 | 0.59 |
| Hex | A2 | 5E | CF | 16 | 37 | 0 | 13 | 114 | 36 | 3B |
| Octal | 242 | 136 | 317 | 26 | 67 | 0 | 23 | 424 | 66 | 73 |
| Binary | 10100010 | 1011110 | 11001111 | 10110 | 110111 | 0 | 10011 | 100010100 | 110110 | 111011 |
Color Harmonies of #A25ECF
Complementary color
Monochromatic Colors of #A25ECF
Black with #A25ECF
Text Example
Text Example
White with #A25ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ECF; }
p { color: rgb(162,94,207); }
H1.HeaderClassName
{
color: #A25ECF;
}
.AnyTagClassName
{
color: #A25ECF;
}
</style>
background-color css
<style>
a { background-color: #A25ECF; }
a { background-color: rgb(162,94,207); }
div.DivClassName
{
background-color: #A25ECF;
}
.BgClassName
{
background-color: #A25ECF;
}
</style>
border-color css
<style>
span { border-color: #A25ECF; }
span { border-color: rgb(162,94,207); }
td.TdClassName
{
border-color: #A25ECF;
}
.TagClassName
{
border-color: #A25ECF;
}
</style>