Shades of Amethyst #A25DD0
Tints of Amethyst #A25DD0
RGB
CMYK
RGB Variations
Color information
#A25DD0 (or 0xA25DD0) is known color: Amethyst. HEX triplet: A2, 5D and D0. RGB value is (162,93,208). Sum of RGB (Red+Green+Blue) = 162+93+208=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #A25DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DD0 is #5DA22F. Grayscale: #7E7E7E. Windows color (decimal): -6136368 or 13655458. OLE color: 13655458.
HSL color Cylindrical-coordinate representation of color #A25DD0: hue angle of 276º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A25DD0 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 93 | 208 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.18 |
| HSL | 276º | 0.55% | 0.59% | - |
| HSV(B) | 276º | 0.55% | 0.82% | - |
| XYZ | 30.2 | 20.06 | 61.96 | - |
| YUV | 126.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 208 | 0.22 | 0.55 | 0 | 0.18 | 276 | 0.55 | 0.59 |
| Hex | A2 | 5D | D0 | 16 | 37 | 0 | 12 | 114 | 37 | 3B |
| Octal | 242 | 135 | 320 | 26 | 67 | 0 | 22 | 424 | 67 | 73 |
| Binary | 10100010 | 1011101 | 11010000 | 10110 | 110111 | 0 | 10010 | 100010100 | 110111 | 111011 |
Color Harmonies of #A25DD0
Complementary color
Monochromatic Colors of #A25DD0
Black with #A25DD0
Text Example
Text Example
White with #A25DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DD0; }
p { color: rgb(162,93,208); }
H1.HeaderClassName
{
color: #A25DD0;
}
.AnyTagClassName
{
color: #A25DD0;
}
</style>
background-color css
<style>
a { background-color: #A25DD0; }
a { background-color: rgb(162,93,208); }
div.DivClassName
{
background-color: #A25DD0;
}
.BgClassName
{
background-color: #A25DD0;
}
</style>
border-color css
<style>
span { border-color: #A25DD0; }
span { border-color: rgb(162,93,208); }
td.TdClassName
{
border-color: #A25DD0;
}
.TagClassName
{
border-color: #A25DD0;
}
</style>