Shades of Amethyst #A052DA
Tints of Amethyst #A052DA
RGB
CMYK
RGB Variations
Color information
#A052DA (or 0xA052DA) is known color: Amethyst. HEX triplet: A0, 52 and DA. RGB value is (160,82,218). Sum of RGB (Red+Green+Blue) = 160+82+218=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #A052DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052DA is #5FAD25. Grayscale: #787878. Windows color (decimal): -6270246 or 14308000. OLE color: 14308000.
HSL color Cylindrical-coordinate representation of color #A052DA: hue angle of 274.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A052DA is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 82 | 218 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.15 |
| HSL | 274.41º | 0.65% | 0.59% | - |
| HSV(B) | 274.41º | 0.62% | 0.85% | - |
| XYZ | 30.17 | 18.57 | 68.32 | - |
| YUV | 120.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 218 | 0.27 | 0.62 | 0 | 0.15 | 274.41 | 0.65 | 0.59 |
| Hex | A0 | 52 | DA | 1B | 3E | 0 | F | 112 | 41 | 3B |
| Octal | 240 | 122 | 332 | 33 | 76 | 0 | 17 | 422 | 101 | 73 |
| Binary | 10100000 | 1010010 | 11011010 | 11011 | 111110 | 0 | 1111 | 100010010 | 1000001 | 111011 |
Color Harmonies of #A052DA
Complementary color
Monochromatic Colors of #A052DA
Black with #A052DA
Text Example
Text Example
White with #A052DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A052DA; }
p { color: rgb(160,82,218); }
H1.HeaderClassName
{
color: #A052DA;
}
.AnyTagClassName
{
color: #A052DA;
}
</style>
background-color css
<style>
a { background-color: #A052DA; }
a { background-color: rgb(160,82,218); }
div.DivClassName
{
background-color: #A052DA;
}
.BgClassName
{
background-color: #A052DA;
}
</style>
border-color css
<style>
span { border-color: #A052DA; }
span { border-color: rgb(160,82,218); }
td.TdClassName
{
border-color: #A052DA;
}
.TagClassName
{
border-color: #A052DA;
}
</style>