Shades of Amethyst #A460DB
Tints of Amethyst #A460DB
RGB
CMYK
RGB Variations
Color information
#A460DB (or 0xA460DB) is known color: Amethyst. HEX triplet: A4, 60 and DB. RGB value is (164,96,219). Sum of RGB (Red+Green+Blue) = 164+96+219=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #A460DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460DB is #5B9F24. Grayscale: #818181. Windows color (decimal): -6004517 or 14377124. OLE color: 14377124.
HSL color Cylindrical-coordinate representation of color #A460DB: hue angle of 273.17º degrees, saturation: 0.63, 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 #A460DB is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 96 | 219 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.14 |
| HSL | 273.17º | 0.63% | 0.62% | - |
| HSV(B) | 273.17º | 0.56% | 0.86% | - |
| XYZ | 32.28 | 21.37 | 69.44 | - |
| YUV | 130.35 | 178.03 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 219 | 0.25 | 0.56 | 0 | 0.14 | 273.17 | 0.63 | 0.62 |
| Hex | A4 | 60 | DB | 19 | 38 | 0 | E | 111 | 3F | 3E |
| Octal | 244 | 140 | 333 | 31 | 70 | 0 | 16 | 421 | 77 | 76 |
| Binary | 10100100 | 1100000 | 11011011 | 11001 | 111000 | 0 | 1110 | 100010001 | 111111 | 111110 |
Color Harmonies of #A460DB
Complementary color
Monochromatic Colors of #A460DB
Black with #A460DB
Text Example
Text Example
White with #A460DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A460DB; }
p { color: rgb(164,96,219); }
H1.HeaderClassName
{
color: #A460DB;
}
.AnyTagClassName
{
color: #A460DB;
}
</style>
background-color css
<style>
a { background-color: #A460DB; }
a { background-color: rgb(164,96,219); }
div.DivClassName
{
background-color: #A460DB;
}
.BgClassName
{
background-color: #A460DB;
}
</style>
border-color css
<style>
span { border-color: #A460DB; }
span { border-color: rgb(164,96,219); }
td.TdClassName
{
border-color: #A460DB;
}
.TagClassName
{
border-color: #A460DB;
}
</style>