Shades of Amethyst #A05AD2
Tints of Amethyst #A05AD2
RGB
CMYK
RGB Variations
Color information
#A05AD2 (or 0xA05AD2) is known color: Amethyst. HEX triplet: A0, 5A and D2. RGB value is (160,90,210). Sum of RGB (Red+Green+Blue) = 160+90+210=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #A05AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05AD2 is #5FA52D. Grayscale: #7C7C7C. Windows color (decimal): -6268206 or 13785760. OLE color: 13785760.
HSL color Cylindrical-coordinate representation of color #A05AD2: hue angle of 275º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A05AD2 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 90 | 210 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.18 |
| HSL | 275º | 0.57% | 0.59% | - |
| HSV(B) | 275º | 0.57% | 0.82% | - |
| XYZ | 29.79 | 19.44 | 63.15 | - |
| YUV | 124.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 210 | 0.24 | 0.57 | 0 | 0.18 | 275 | 0.57 | 0.59 |
| Hex | A0 | 5A | D2 | 18 | 39 | 0 | 12 | 113 | 39 | 3B |
| Octal | 240 | 132 | 322 | 30 | 71 | 0 | 22 | 423 | 71 | 73 |
| Binary | 10100000 | 1011010 | 11010010 | 11000 | 111001 | 0 | 10010 | 100010011 | 111001 | 111011 |
Color Harmonies of #A05AD2
Complementary color
Monochromatic Colors of #A05AD2
Black with #A05AD2
Text Example
Text Example
White with #A05AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05AD2; }
p { color: rgb(160,90,210); }
H1.HeaderClassName
{
color: #A05AD2;
}
.AnyTagClassName
{
color: #A05AD2;
}
</style>
background-color css
<style>
a { background-color: #A05AD2; }
a { background-color: rgb(160,90,210); }
div.DivClassName
{
background-color: #A05AD2;
}
.BgClassName
{
background-color: #A05AD2;
}
</style>
border-color css
<style>
span { border-color: #A05AD2; }
span { border-color: rgb(160,90,210); }
td.TdClassName
{
border-color: #A05AD2;
}
.TagClassName
{
border-color: #A05AD2;
}
</style>