Shades of Amethyst #A460D0
Tints of Amethyst #A460D0
RGB
CMYK
RGB Variations
Color information
#A460D0 (or 0xA460D0) is known color: Amethyst. HEX triplet: A4, 60 and D0. RGB value is (164,96,208). Sum of RGB (Red+Green+Blue) = 164+96+208=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #A460D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460D0 is #5B9F2F. Grayscale: #808080. Windows color (decimal): -6004528 or 13656228. OLE color: 13656228.
HSL color Cylindrical-coordinate representation of color #A460D0: hue angle of 276.43º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A460D0 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 96 | 208 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.18 |
| HSL | 276.43º | 0.54% | 0.6% | - |
| HSV(B) | 276.43º | 0.54% | 0.82% | - |
| XYZ | 30.88 | 20.81 | 62.06 | - |
| YUV | 129.1 | 172.53 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 208 | 0.21 | 0.54 | 0 | 0.18 | 276.43 | 0.54 | 0.6 |
| Hex | A4 | 60 | D0 | 15 | 36 | 0 | 12 | 114 | 36 | 3C |
| Octal | 244 | 140 | 320 | 25 | 66 | 0 | 22 | 424 | 66 | 74 |
| Binary | 10100100 | 1100000 | 11010000 | 10101 | 110110 | 0 | 10010 | 100010100 | 110110 | 111100 |
Color Harmonies of #A460D0
Complementary color
Monochromatic Colors of #A460D0
Black with #A460D0
Text Example
Text Example
White with #A460D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A460D0; }
p { color: rgb(164,96,208); }
H1.HeaderClassName
{
color: #A460D0;
}
.AnyTagClassName
{
color: #A460D0;
}
</style>
background-color css
<style>
a { background-color: #A460D0; }
a { background-color: rgb(164,96,208); }
div.DivClassName
{
background-color: #A460D0;
}
.BgClassName
{
background-color: #A460D0;
}
</style>
border-color css
<style>
span { border-color: #A460D0; }
span { border-color: rgb(164,96,208); }
td.TdClassName
{
border-color: #A460D0;
}
.TagClassName
{
border-color: #A460D0;
}
</style>