Shades of Amethyst #A25CE5
Tints of Amethyst #A25CE5
RGB
CMYK
RGB Variations
Color information
#A25CE5 (or 0xA25CE5) is known color: Amethyst. HEX triplet: A2, 5C and E5. RGB value is (162,92,229). Sum of RGB (Red+Green+Blue) = 162+92+229=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #A25CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CE5 is #5DA31A. Grayscale: #808080. Windows color (decimal): -6136603 or 15031458. OLE color: 15031458.
HSL color Cylindrical-coordinate representation of color #A25CE5: hue angle of 270.66º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25CE5 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 92 | 229 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.10 |
| HSL | 270.66º | 0.72% | 0.63% | - |
| HSV(B) | 270.66º | 0.6% | 0.9% | - |
| XYZ | 32.87 | 20.99 | 76.45 | - |
| YUV | 128.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 229 | 0.29 | 0.60 | 0 | 0.10 | 270.66 | 0.72 | 0.63 |
| Hex | A2 | 5C | E5 | 1D | 3C | 0 | A | 10F | 48 | 3F |
| Octal | 242 | 134 | 345 | 35 | 74 | 0 | 12 | 417 | 110 | 77 |
| Binary | 10100010 | 1011100 | 11100101 | 11101 | 111100 | 0 | 1010 | 100001111 | 1001000 | 111111 |
Color Harmonies of #A25CE5
Complementary color
Monochromatic Colors of #A25CE5
Black with #A25CE5
Text Example
Text Example
White with #A25CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CE5; }
p { color: rgb(162,92,229); }
H1.HeaderClassName
{
color: #A25CE5;
}
.AnyTagClassName
{
color: #A25CE5;
}
</style>
background-color css
<style>
a { background-color: #A25CE5; }
a { background-color: rgb(162,92,229); }
div.DivClassName
{
background-color: #A25CE5;
}
.BgClassName
{
background-color: #A25CE5;
}
</style>
border-color css
<style>
span { border-color: #A25CE5; }
span { border-color: rgb(162,92,229); }
td.TdClassName
{
border-color: #A25CE5;
}
.TagClassName
{
border-color: #A25CE5;
}
</style>