Shades of Amethyst #A25DDA
Tints of Amethyst #A25DDA
RGB
CMYK
RGB Variations
Color information
#A25DDA (or 0xA25DDA) is known color: Amethyst. HEX triplet: A2, 5D and DA. RGB value is (162,93,218). Sum of RGB (Red+Green+Blue) = 162+93+218=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #A25DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DDA is #5DA225. Grayscale: #7F7F7F. Windows color (decimal): -6136358 or 14310818. OLE color: 14310818.
HSL color Cylindrical-coordinate representation of color #A25DDA: hue angle of 273.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25DDA is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 93 | 218 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.15 |
| HSL | 273.12º | 0.63% | 0.61% | - |
| HSV(B) | 273.12º | 0.57% | 0.85% | - |
| XYZ | 31.47 | 20.57 | 68.64 | - |
| YUV | 127.88 | 178.86 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 218 | 0.26 | 0.57 | 0 | 0.15 | 273.12 | 0.63 | 0.61 |
| Hex | A2 | 5D | DA | 1A | 39 | 0 | F | 111 | 3F | 3D |
| Octal | 242 | 135 | 332 | 32 | 71 | 0 | 17 | 421 | 77 | 75 |
| Binary | 10100010 | 1011101 | 11011010 | 11010 | 111001 | 0 | 1111 | 100010001 | 111111 | 111101 |
Color Harmonies of #A25DDA
Complementary color
Monochromatic Colors of #A25DDA
Black with #A25DDA
Text Example
Text Example
White with #A25DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DDA; }
p { color: rgb(162,93,218); }
H1.HeaderClassName
{
color: #A25DDA;
}
.AnyTagClassName
{
color: #A25DDA;
}
</style>
background-color css
<style>
a { background-color: #A25DDA; }
a { background-color: rgb(162,93,218); }
div.DivClassName
{
background-color: #A25DDA;
}
.BgClassName
{
background-color: #A25DDA;
}
</style>
border-color css
<style>
span { border-color: #A25DDA; }
span { border-color: rgb(162,93,218); }
td.TdClassName
{
border-color: #A25DDA;
}
.TagClassName
{
border-color: #A25DDA;
}
</style>