Shades of Amethyst #A25EDC
Tints of Amethyst #A25EDC
RGB
CMYK
RGB Variations
Color information
#A25EDC (or 0xA25EDC) is known color: Amethyst. HEX triplet: A2, 5E and DC. RGB value is (162,94,220). Sum of RGB (Red+Green+Blue) = 162+94+220=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #A25EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EDC is #5DA123. Grayscale: #808080. Windows color (decimal): -6136100 or 14442146. OLE color: 14442146.
HSL color Cylindrical-coordinate representation of color #A25EDC: hue angle of 272.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25EDC is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 94 | 220 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.14 |
| HSL | 272.38º | 0.64% | 0.62% | - |
| HSV(B) | 272.38º | 0.57% | 0.86% | - |
| XYZ | 31.82 | 20.85 | 70.06 | - |
| YUV | 128.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 220 | 0.26 | 0.57 | 0 | 0.14 | 272.38 | 0.64 | 0.62 |
| Hex | A2 | 5E | DC | 1A | 39 | 0 | E | 110 | 40 | 3E |
| Octal | 242 | 136 | 334 | 32 | 71 | 0 | 16 | 420 | 100 | 76 |
| Binary | 10100010 | 1011110 | 11011100 | 11010 | 111001 | 0 | 1110 | 100010000 | 1000000 | 111110 |
Color Harmonies of #A25EDC
Complementary color
Monochromatic Colors of #A25EDC
Black with #A25EDC
Text Example
Text Example
White with #A25EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25EDC; }
p { color: rgb(162,94,220); }
H1.HeaderClassName
{
color: #A25EDC;
}
.AnyTagClassName
{
color: #A25EDC;
}
</style>
background-color css
<style>
a { background-color: #A25EDC; }
a { background-color: rgb(162,94,220); }
div.DivClassName
{
background-color: #A25EDC;
}
.BgClassName
{
background-color: #A25EDC;
}
</style>
border-color css
<style>
span { border-color: #A25EDC; }
span { border-color: rgb(162,94,220); }
td.TdClassName
{
border-color: #A25EDC;
}
.TagClassName
{
border-color: #A25EDC;
}
</style>