Shades of Amethyst #A05DD0
Tints of Amethyst #A05DD0
RGB
CMYK
RGB Variations
Color information
#A05DD0 (or 0xA05DD0) is known color: Amethyst. HEX triplet: A0, 5D and D0. RGB value is (160,93,208). Sum of RGB (Red+Green+Blue) = 160+93+208=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #A05DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DD0 is #5FA22F. Grayscale: #7D7D7D. Windows color (decimal): -6267440 or 13655456. OLE color: 13655456.
HSL color Cylindrical-coordinate representation of color #A05DD0: hue angle of 274.96º 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 #A05DD0 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 93 | 208 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.18 |
| HSL | 274.96º | 0.55% | 0.59% | - |
| HSV(B) | 274.96º | 0.55% | 0.82% | - |
| XYZ | 29.8 | 19.86 | 61.94 | - |
| YUV | 126.14 | 174.2 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 208 | 0.23 | 0.55 | 0 | 0.18 | 274.96 | 0.55 | 0.59 |
| Hex | A0 | 5D | D0 | 17 | 37 | 0 | 12 | 113 | 37 | 3B |
| Octal | 240 | 135 | 320 | 27 | 67 | 0 | 22 | 423 | 67 | 73 |
| Binary | 10100000 | 1011101 | 11010000 | 10111 | 110111 | 0 | 10010 | 100010011 | 110111 | 111011 |
Color Harmonies of #A05DD0
Complementary color
Monochromatic Colors of #A05DD0
Black with #A05DD0
Text Example
Text Example
White with #A05DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DD0; }
p { color: rgb(160,93,208); }
H1.HeaderClassName
{
color: #A05DD0;
}
.AnyTagClassName
{
color: #A05DD0;
}
</style>
background-color css
<style>
a { background-color: #A05DD0; }
a { background-color: rgb(160,93,208); }
div.DivClassName
{
background-color: #A05DD0;
}
.BgClassName
{
background-color: #A05DD0;
}
</style>
border-color css
<style>
span { border-color: #A05DD0; }
span { border-color: rgb(160,93,208); }
td.TdClassName
{
border-color: #A05DD0;
}
.TagClassName
{
border-color: #A05DD0;
}
</style>