Shades of Amethyst #A050DC
Tints of Amethyst #A050DC
RGB
CMYK
RGB Variations
Color information
#A050DC (or 0xA050DC) is known color: Amethyst. HEX triplet: A0, 50 and DC. RGB value is (160,80,220). Sum of RGB (Red+Green+Blue) = 160+80+220=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #A050DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A050DC is #5FAF23. Grayscale: #777777. Windows color (decimal): -6270756 or 14438560. OLE color: 14438560.
HSL color Cylindrical-coordinate representation of color #A050DC: hue angle of 274.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A050DC is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 80 | 220 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.14 |
| HSL | 274.29º | 0.67% | 0.59% | - |
| HSV(B) | 274.29º | 0.64% | 0.86% | - |
| XYZ | 30.28 | 18.38 | 69.66 | - |
| YUV | 119.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 220 | 0.27 | 0.64 | 0 | 0.14 | 274.29 | 0.67 | 0.59 |
| Hex | A0 | 50 | DC | 1B | 40 | 0 | E | 112 | 43 | 3B |
| Octal | 240 | 120 | 334 | 33 | 100 | 0 | 16 | 422 | 103 | 73 |
| Binary | 10100000 | 1010000 | 11011100 | 11011 | 1000000 | 0 | 1110 | 100010010 | 1000011 | 111011 |
Color Harmonies of #A050DC
Complementary color
Monochromatic Colors of #A050DC
Black with #A050DC
Text Example
Text Example
White with #A050DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A050DC; }
p { color: rgb(160,80,220); }
H1.HeaderClassName
{
color: #A050DC;
}
.AnyTagClassName
{
color: #A050DC;
}
</style>
background-color css
<style>
a { background-color: #A050DC; }
a { background-color: rgb(160,80,220); }
div.DivClassName
{
background-color: #A050DC;
}
.BgClassName
{
background-color: #A050DC;
}
</style>
border-color css
<style>
span { border-color: #A050DC; }
span { border-color: rgb(160,80,220); }
td.TdClassName
{
border-color: #A050DC;
}
.TagClassName
{
border-color: #A050DC;
}
</style>