Shades of Amethyst #A25AE2
Tints of Amethyst #A25AE2
RGB
CMYK
RGB Variations
Color information
#A25AE2 (or 0xA25AE2) is known color: Amethyst. HEX triplet: A2, 5A and E2. RGB value is (162,90,226). Sum of RGB (Red+Green+Blue) = 162+90+226=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #A25AE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AE2 is #5DA51D. Grayscale: #7E7E7E. Windows color (decimal): -6137118 or 14834338. OLE color: 14834338.
HSL color Cylindrical-coordinate representation of color #A25AE2: hue angle of 271.76º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25AE2 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 90 | 226 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.11 |
| HSL | 271.76º | 0.7% | 0.62% | - |
| HSV(B) | 271.76º | 0.6% | 0.89% | - |
| XYZ | 32.28 | 20.48 | 74.2 | - |
| YUV | 127.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 226 | 0.28 | 0.60 | 0 | 0.11 | 271.76 | 0.7 | 0.62 |
| Hex | A2 | 5A | E2 | 1C | 3C | 0 | B | 110 | 46 | 3E |
| Octal | 242 | 132 | 342 | 34 | 74 | 0 | 13 | 420 | 106 | 76 |
| Binary | 10100010 | 1011010 | 11100010 | 11100 | 111100 | 0 | 1011 | 100010000 | 1000110 | 111110 |
Color Harmonies of #A25AE2
Complementary color
Monochromatic Colors of #A25AE2
Black with #A25AE2
Text Example
Text Example
White with #A25AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AE2; }
p { color: rgb(162,90,226); }
H1.HeaderClassName
{
color: #A25AE2;
}
.AnyTagClassName
{
color: #A25AE2;
}
</style>
background-color css
<style>
a { background-color: #A25AE2; }
a { background-color: rgb(162,90,226); }
div.DivClassName
{
background-color: #A25AE2;
}
.BgClassName
{
background-color: #A25AE2;
}
</style>
border-color css
<style>
span { border-color: #A25AE2; }
span { border-color: rgb(162,90,226); }
td.TdClassName
{
border-color: #A25AE2;
}
.TagClassName
{
border-color: #A25AE2;
}
</style>