Shades of Amethyst #A25FCE
Tints of Amethyst #A25FCE
RGB
CMYK
RGB Variations
Color information
#A25FCE (or 0xA25FCE) is known color: Amethyst. HEX triplet: A2, 5F and CE. RGB value is (162,95,206). Sum of RGB (Red+Green+Blue) = 162+95+206=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #A25FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FCE is #5DA031. Grayscale: #7F7F7F. Windows color (decimal): -6135858 or 13524898. OLE color: 13524898.
HSL color Cylindrical-coordinate representation of color #A25FCE: hue angle of 276.22º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25FCE is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 95 | 206 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.19 |
| HSL | 276.22º | 0.53% | 0.59% | - |
| HSV(B) | 276.22º | 0.54% | 0.81% | - |
| XYZ | 30.13 | 20.32 | 60.73 | - |
| YUV | 127.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 206 | 0.21 | 0.54 | 0 | 0.19 | 276.22 | 0.53 | 0.59 |
| Hex | A2 | 5F | CE | 15 | 36 | 0 | 13 | 114 | 35 | 3B |
| Octal | 242 | 137 | 316 | 25 | 66 | 0 | 23 | 424 | 65 | 73 |
| Binary | 10100010 | 1011111 | 11001110 | 10101 | 110110 | 0 | 10011 | 100010100 | 110101 | 111011 |
Color Harmonies of #A25FCE
Complementary color
Monochromatic Colors of #A25FCE
Black with #A25FCE
Text Example
Text Example
White with #A25FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FCE; }
p { color: rgb(162,95,206); }
H1.HeaderClassName
{
color: #A25FCE;
}
.AnyTagClassName
{
color: #A25FCE;
}
</style>
background-color css
<style>
a { background-color: #A25FCE; }
a { background-color: rgb(162,95,206); }
div.DivClassName
{
background-color: #A25FCE;
}
.BgClassName
{
background-color: #A25FCE;
}
</style>
border-color css
<style>
span { border-color: #A25FCE; }
span { border-color: rgb(162,95,206); }
td.TdClassName
{
border-color: #A25FCE;
}
.TagClassName
{
border-color: #A25FCE;
}
</style>