Shades of Amethyst #A25ECA
Tints of Amethyst #A25ECA
RGB
CMYK
RGB Variations
Color information
#A25ECA (or 0xA25ECA) is known color: Amethyst. HEX triplet: A2, 5E and CA. RGB value is (162,94,202). Sum of RGB (Red+Green+Blue) = 162+94+202=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #A25ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ECA is #5DA135. Grayscale: #7E7E7E. Windows color (decimal): -6136118 or 13262498. OLE color: 13262498.
HSL color Cylindrical-coordinate representation of color #A25ECA: hue angle of 277.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A25ECA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 94 | 202 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.21 |
| HSL | 277.78º | 0.5% | 0.58% | - |
| HSV(B) | 277.78º | 0.53% | 0.79% | - |
| XYZ | 29.56 | 19.95 | 58.17 | - |
| YUV | 126.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 202 | 0.20 | 0.53 | 0 | 0.21 | 277.78 | 0.5 | 0.58 |
| Hex | A2 | 5E | CA | 14 | 35 | 0 | 15 | 116 | 32 | 3A |
| Octal | 242 | 136 | 312 | 24 | 65 | 0 | 25 | 426 | 62 | 72 |
| Binary | 10100010 | 1011110 | 11001010 | 10100 | 110101 | 0 | 10101 | 100010110 | 110010 | 111010 |
Color Harmonies of #A25ECA
Complementary color
Monochromatic Colors of #A25ECA
Black with #A25ECA
Text Example
Text Example
White with #A25ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ECA; }
p { color: rgb(162,94,202); }
H1.HeaderClassName
{
color: #A25ECA;
}
.AnyTagClassName
{
color: #A25ECA;
}
</style>
background-color css
<style>
a { background-color: #A25ECA; }
a { background-color: rgb(162,94,202); }
div.DivClassName
{
background-color: #A25ECA;
}
.BgClassName
{
background-color: #A25ECA;
}
</style>
border-color css
<style>
span { border-color: #A25ECA; }
span { border-color: rgb(162,94,202); }
td.TdClassName
{
border-color: #A25ECA;
}
.TagClassName
{
border-color: #A25ECA;
}
</style>