Shades of Amethyst #A25BE3
Tints of Amethyst #A25BE3
RGB
CMYK
RGB Variations
Color information
#A25BE3 (or 0xA25BE3) is known color: Amethyst. HEX triplet: A2, 5B and E3. RGB value is (162,91,227). Sum of RGB (Red+Green+Blue) = 162+91+227=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 227 (89.06% from 255 or 47.29% from 480); Max value from RGB is 227 - color contains mainly: blue. Hex color #A25BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BE3 is #5DA41C. Grayscale: #7F7F7F. Windows color (decimal): -6136861 or 14900130. OLE color: 14900130.
HSL color Cylindrical-coordinate representation of color #A25BE3: hue angle of 271.32º degrees, saturation: 0.71, 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 #A25BE3 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 91 | 227 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.11 |
| HSL | 271.32º | 0.71% | 0.62% | - |
| HSV(B) | 271.32º | 0.6% | 0.89% | - |
| XYZ | 32.51 | 20.71 | 74.96 | - |
| YUV | 127.73 | 184.02 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 227 | 0.29 | 0.60 | 0 | 0.11 | 271.32 | 0.71 | 0.62 |
| Hex | A2 | 5B | E3 | 1D | 3C | 0 | B | 10F | 47 | 3E |
| Octal | 242 | 133 | 343 | 35 | 74 | 0 | 13 | 417 | 107 | 76 |
| Binary | 10100010 | 1011011 | 11100011 | 11101 | 111100 | 0 | 1011 | 100001111 | 1000111 | 111110 |
Color Harmonies of #A25BE3
Complementary color
Monochromatic Colors of #A25BE3
Black with #A25BE3
Text Example
Text Example
White with #A25BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BE3; }
p { color: rgb(162,91,227); }
H1.HeaderClassName
{
color: #A25BE3;
}
.AnyTagClassName
{
color: #A25BE3;
}
</style>
background-color css
<style>
a { background-color: #A25BE3; }
a { background-color: rgb(162,91,227); }
div.DivClassName
{
background-color: #A25BE3;
}
.BgClassName
{
background-color: #A25BE3;
}
</style>
border-color css
<style>
span { border-color: #A25BE3; }
span { border-color: rgb(162,91,227); }
td.TdClassName
{
border-color: #A25BE3;
}
.TagClassName
{
border-color: #A25BE3;
}
</style>