Shades of Amethyst #A25FDD
Tints of Amethyst #A25FDD
RGB
CMYK
RGB Variations
Color information
#A25FDD (or 0xA25FDD) is known color: Amethyst. HEX triplet: A2, 5F and DD. RGB value is (162,95,221). Sum of RGB (Red+Green+Blue) = 162+95+221=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #A25FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FDD is #5DA022. Grayscale: #808080. Windows color (decimal): -6135843 or 14507938. OLE color: 14507938.
HSL color Cylindrical-coordinate representation of color #A25FDD: hue angle of 271.9º degrees, saturation: 0.65, 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 #A25FDD is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 95 | 221 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.13 |
| HSL | 271.9º | 0.65% | 0.62% | - |
| HSV(B) | 271.9º | 0.57% | 0.87% | - |
| XYZ | 32.04 | 21.09 | 70.79 | - |
| YUV | 129.4 | 179.7 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 221 | 0.27 | 0.57 | 0 | 0.13 | 271.9 | 0.65 | 0.62 |
| Hex | A2 | 5F | DD | 1B | 39 | 0 | D | 110 | 41 | 3E |
| Octal | 242 | 137 | 335 | 33 | 71 | 0 | 15 | 420 | 101 | 76 |
| Binary | 10100010 | 1011111 | 11011101 | 11011 | 111001 | 0 | 1101 | 100010000 | 1000001 | 111110 |
Color Harmonies of #A25FDD
Complementary color
Monochromatic Colors of #A25FDD
Black with #A25FDD
Text Example
Text Example
White with #A25FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FDD; }
p { color: rgb(162,95,221); }
H1.HeaderClassName
{
color: #A25FDD;
}
.AnyTagClassName
{
color: #A25FDD;
}
</style>
background-color css
<style>
a { background-color: #A25FDD; }
a { background-color: rgb(162,95,221); }
div.DivClassName
{
background-color: #A25FDD;
}
.BgClassName
{
background-color: #A25FDD;
}
</style>
border-color css
<style>
span { border-color: #A25FDD; }
span { border-color: rgb(162,95,221); }
td.TdClassName
{
border-color: #A25FDD;
}
.TagClassName
{
border-color: #A25FDD;
}
</style>