Shades of Amethyst #A050DB
Tints of Amethyst #A050DB
RGB
CMYK
RGB Variations
Color information
#A050DB (or 0xA050DB) is known color: Amethyst. HEX triplet: A0, 50 and DB. RGB value is (160,80,219). Sum of RGB (Red+Green+Blue) = 160+80+219=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #A050DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A050DB is #5FAF24. Grayscale: #777777. Windows color (decimal): -6270757 or 14373024. OLE color: 14373024.
HSL color Cylindrical-coordinate representation of color #A050DB: hue angle of 274.53º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A050DB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 80 | 219 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.14 |
| HSL | 274.53º | 0.66% | 0.59% | - |
| HSV(B) | 274.53º | 0.63% | 0.86% | - |
| XYZ | 30.15 | 18.33 | 68.97 | - |
| YUV | 119.77 | 184 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 219 | 0.27 | 0.63 | 0 | 0.14 | 274.53 | 0.66 | 0.59 |
| Hex | A0 | 50 | DB | 1B | 3F | 0 | E | 113 | 42 | 3B |
| Octal | 240 | 120 | 333 | 33 | 77 | 0 | 16 | 423 | 102 | 73 |
| Binary | 10100000 | 1010000 | 11011011 | 11011 | 111111 | 0 | 1110 | 100010011 | 1000010 | 111011 |
Color Harmonies of #A050DB
Complementary color
Monochromatic Colors of #A050DB
Black with #A050DB
Text Example
Text Example
White with #A050DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A050DB; }
p { color: rgb(160,80,219); }
H1.HeaderClassName
{
color: #A050DB;
}
.AnyTagClassName
{
color: #A050DB;
}
</style>
background-color css
<style>
a { background-color: #A050DB; }
a { background-color: rgb(160,80,219); }
div.DivClassName
{
background-color: #A050DB;
}
.BgClassName
{
background-color: #A050DB;
}
</style>
border-color css
<style>
span { border-color: #A050DB; }
span { border-color: rgb(160,80,219); }
td.TdClassName
{
border-color: #A050DB;
}
.TagClassName
{
border-color: #A050DB;
}
</style>