Shades of Amethyst #A052DB
Tints of Amethyst #A052DB
RGB
CMYK
RGB Variations
Color information
#A052DB (or 0xA052DB) is known color: Amethyst. HEX triplet: A0, 52 and DB. RGB value is (160,82,219). Sum of RGB (Red+Green+Blue) = 160+82+219=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #A052DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052DB is #5FAD24. Grayscale: #787878. Windows color (decimal): -6270245 or 14373536. OLE color: 14373536.
HSL color Cylindrical-coordinate representation of color #A052DB: hue angle of 274.16º 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 #A052DB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 82 | 219 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.14 |
| HSL | 274.16º | 0.66% | 0.59% | - |
| HSV(B) | 274.16º | 0.63% | 0.86% | - |
| XYZ | 30.3 | 18.62 | 69.02 | - |
| YUV | 120.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 219 | 0.27 | 0.63 | 0 | 0.14 | 274.16 | 0.66 | 0.59 |
| Hex | A0 | 52 | DB | 1B | 3F | 0 | E | 112 | 42 | 3B |
| Octal | 240 | 122 | 333 | 33 | 77 | 0 | 16 | 422 | 102 | 73 |
| Binary | 10100000 | 1010010 | 11011011 | 11011 | 111111 | 0 | 1110 | 100010010 | 1000010 | 111011 |
Color Harmonies of #A052DB
Complementary color
Monochromatic Colors of #A052DB
Black with #A052DB
Text Example
Text Example
White with #A052DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A052DB; }
p { color: rgb(160,82,219); }
H1.HeaderClassName
{
color: #A052DB;
}
.AnyTagClassName
{
color: #A052DB;
}
</style>
background-color css
<style>
a { background-color: #A052DB; }
a { background-color: rgb(160,82,219); }
div.DivClassName
{
background-color: #A052DB;
}
.BgClassName
{
background-color: #A052DB;
}
</style>
border-color css
<style>
span { border-color: #A052DB; }
span { border-color: rgb(160,82,219); }
td.TdClassName
{
border-color: #A052DB;
}
.TagClassName
{
border-color: #A052DB;
}
</style>