Shades of Amethyst #A260DB
Tints of Amethyst #A260DB
RGB
CMYK
RGB Variations
Color information
#A260DB (or 0xA260DB) is known color: Amethyst. HEX triplet: A2, 60 and DB. RGB value is (162,96,219). Sum of RGB (Red+Green+Blue) = 162+96+219=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #A260DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260DB is #5D9F24. Grayscale: #818181. Windows color (decimal): -6135589 or 14377122. OLE color: 14377122.
HSL color Cylindrical-coordinate representation of color #A260DB: hue angle of 272.2º 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 #A260DB is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 96 | 219 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.14 |
| HSL | 272.2º | 0.63% | 0.62% | - |
| HSV(B) | 272.2º | 0.56% | 0.86% | - |
| XYZ | 31.87 | 21.16 | 69.42 | - |
| YUV | 129.76 | 178.37 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 219 | 0.26 | 0.56 | 0 | 0.14 | 272.2 | 0.63 | 0.62 |
| Hex | A2 | 60 | DB | 1A | 38 | 0 | E | 110 | 3F | 3E |
| Octal | 242 | 140 | 333 | 32 | 70 | 0 | 16 | 420 | 77 | 76 |
| Binary | 10100010 | 1100000 | 11011011 | 11010 | 111000 | 0 | 1110 | 100010000 | 111111 | 111110 |
Color Harmonies of #A260DB
Complementary color
Monochromatic Colors of #A260DB
Black with #A260DB
Text Example
Text Example
White with #A260DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260DB; }
p { color: rgb(162,96,219); }
H1.HeaderClassName
{
color: #A260DB;
}
.AnyTagClassName
{
color: #A260DB;
}
</style>
background-color css
<style>
a { background-color: #A260DB; }
a { background-color: rgb(162,96,219); }
div.DivClassName
{
background-color: #A260DB;
}
.BgClassName
{
background-color: #A260DB;
}
</style>
border-color css
<style>
span { border-color: #A260DB; }
span { border-color: rgb(162,96,219); }
td.TdClassName
{
border-color: #A260DB;
}
.TagClassName
{
border-color: #A260DB;
}
</style>