Shades of Amethyst #A25DCE
Tints of Amethyst #A25DCE
RGB
CMYK
RGB Variations
Color information
#A25DCE (or 0xA25DCE) is known color: Amethyst. HEX triplet: A2, 5D and CE. RGB value is (162,93,206). Sum of RGB (Red+Green+Blue) = 162+93+206=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #A25DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DCE is #5DA231. Grayscale: #7E7E7E. Windows color (decimal): -6136370 or 13524386. OLE color: 13524386.
HSL color Cylindrical-coordinate representation of color #A25DCE: hue angle of 276.64º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A25DCE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 93 | 206 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.19 |
| HSL | 276.64º | 0.54% | 0.59% | - |
| HSV(B) | 276.64º | 0.55% | 0.81% | - |
| XYZ | 29.96 | 19.97 | 60.67 | - |
| YUV | 126.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 206 | 0.21 | 0.55 | 0 | 0.19 | 276.64 | 0.54 | 0.59 |
| Hex | A2 | 5D | CE | 15 | 37 | 0 | 13 | 115 | 36 | 3B |
| Octal | 242 | 135 | 316 | 25 | 67 | 0 | 23 | 425 | 66 | 73 |
| Binary | 10100010 | 1011101 | 11001110 | 10101 | 110111 | 0 | 10011 | 100010101 | 110110 | 111011 |
Color Harmonies of #A25DCE
Complementary color
Monochromatic Colors of #A25DCE
Black with #A25DCE
Text Example
Text Example
White with #A25DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DCE; }
p { color: rgb(162,93,206); }
H1.HeaderClassName
{
color: #A25DCE;
}
.AnyTagClassName
{
color: #A25DCE;
}
</style>
background-color css
<style>
a { background-color: #A25DCE; }
a { background-color: rgb(162,93,206); }
div.DivClassName
{
background-color: #A25DCE;
}
.BgClassName
{
background-color: #A25DCE;
}
</style>
border-color css
<style>
span { border-color: #A25DCE; }
span { border-color: rgb(162,93,206); }
td.TdClassName
{
border-color: #A25DCE;
}
.TagClassName
{
border-color: #A25DCE;
}
</style>