Shades of Amethyst #A461DC
Tints of Amethyst #A461DC
RGB
CMYK
RGB Variations
Color information
#A461DC (or 0xA461DC) is known color: Amethyst. HEX triplet: A4, 61 and DC. RGB value is (164,97,220). Sum of RGB (Red+Green+Blue) = 164+97+220=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #A461DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461DC is #5B9E23. Grayscale: #828282. Windows color (decimal): -6004260 or 14442916. OLE color: 14442916.
HSL color Cylindrical-coordinate representation of color #A461DC: hue angle of 272.68º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A461DC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 97 | 220 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.14 |
| HSL | 272.68º | 0.64% | 0.62% | - |
| HSV(B) | 272.68º | 0.56% | 0.86% | - |
| XYZ | 32.5 | 21.61 | 70.17 | - |
| YUV | 131.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 220 | 0.25 | 0.56 | 0 | 0.14 | 272.68 | 0.64 | 0.62 |
| Hex | A4 | 61 | DC | 19 | 38 | 0 | E | 111 | 40 | 3E |
| Octal | 244 | 141 | 334 | 31 | 70 | 0 | 16 | 421 | 100 | 76 |
| Binary | 10100100 | 1100001 | 11011100 | 11001 | 111000 | 0 | 1110 | 100010001 | 1000000 | 111110 |
Color Harmonies of #A461DC
Complementary color
Monochromatic Colors of #A461DC
Black with #A461DC
Text Example
Text Example
White with #A461DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A461DC; }
p { color: rgb(164,97,220); }
H1.HeaderClassName
{
color: #A461DC;
}
.AnyTagClassName
{
color: #A461DC;
}
</style>
background-color css
<style>
a { background-color: #A461DC; }
a { background-color: rgb(164,97,220); }
div.DivClassName
{
background-color: #A461DC;
}
.BgClassName
{
background-color: #A461DC;
}
</style>
border-color css
<style>
span { border-color: #A461DC; }
span { border-color: rgb(164,97,220); }
td.TdClassName
{
border-color: #A461DC;
}
.TagClassName
{
border-color: #A461DC;
}
</style>