Shades of Amethyst #A25FDF
Tints of Amethyst #A25FDF
RGB
CMYK
RGB Variations
Color information
#A25FDF (or 0xA25FDF) is known color: Amethyst. HEX triplet: A2, 5F and DF. RGB value is (162,95,223). Sum of RGB (Red+Green+Blue) = 162+95+223=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #A25FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FDF is #5DA020. Grayscale: #818181. Windows color (decimal): -6135841 or 14639010. OLE color: 14639010.
HSL color Cylindrical-coordinate representation of color #A25FDF: hue angle of 271.41º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25FDF is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 95 | 223 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.13 |
| HSL | 271.41º | 0.67% | 0.62% | - |
| HSV(B) | 271.41º | 0.57% | 0.87% | - |
| XYZ | 32.31 | 21.19 | 72.2 | - |
| YUV | 129.63 | 180.7 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 223 | 0.27 | 0.57 | 0 | 0.13 | 271.41 | 0.67 | 0.62 |
| Hex | A2 | 5F | DF | 1B | 39 | 0 | D | 10F | 43 | 3E |
| Octal | 242 | 137 | 337 | 33 | 71 | 0 | 15 | 417 | 103 | 76 |
| Binary | 10100010 | 1011111 | 11011111 | 11011 | 111001 | 0 | 1101 | 100001111 | 1000011 | 111110 |
Color Harmonies of #A25FDF
Complementary color
Monochromatic Colors of #A25FDF
Black with #A25FDF
Text Example
Text Example
White with #A25FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FDF; }
p { color: rgb(162,95,223); }
H1.HeaderClassName
{
color: #A25FDF;
}
.AnyTagClassName
{
color: #A25FDF;
}
</style>
background-color css
<style>
a { background-color: #A25FDF; }
a { background-color: rgb(162,95,223); }
div.DivClassName
{
background-color: #A25FDF;
}
.BgClassName
{
background-color: #A25FDF;
}
</style>
border-color css
<style>
span { border-color: #A25FDF; }
span { border-color: rgb(162,95,223); }
td.TdClassName
{
border-color: #A25FDF;
}
.TagClassName
{
border-color: #A25FDF;
}
</style>