Shades of Amethyst #A15ADB
Tints of Amethyst #A15ADB
RGB
CMYK
RGB Variations
Color information
#A15ADB (or 0xA15ADB) is known color: Amethyst. HEX triplet: A1, 5A and DB. RGB value is (161,90,219). Sum of RGB (Red+Green+Blue) = 161+90+219=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #A15ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ADB is #5EA524. Grayscale: #7D7D7D. Windows color (decimal): -6202661 or 14375585. OLE color: 14375585.
HSL color Cylindrical-coordinate representation of color #A15ADB: hue angle of 273.02º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A15ADB is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 90 | 219 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.14 |
| HSL | 273.02º | 0.64% | 0.61% | - |
| HSV(B) | 273.02º | 0.59% | 0.86% | - |
| XYZ | 31.14 | 20 | 69.24 | - |
| YUV | 125.94 | 180.52 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 219 | 0.26 | 0.59 | 0 | 0.14 | 273.02 | 0.64 | 0.61 |
| Hex | A1 | 5A | DB | 1A | 3B | 0 | E | 111 | 40 | 3D |
| Octal | 241 | 132 | 333 | 32 | 73 | 0 | 16 | 421 | 100 | 75 |
| Binary | 10100001 | 1011010 | 11011011 | 11010 | 111011 | 0 | 1110 | 100010001 | 1000000 | 111101 |
Color Harmonies of #A15ADB
Complementary color
Monochromatic Colors of #A15ADB
Black with #A15ADB
Text Example
Text Example
White with #A15ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15ADB; }
p { color: rgb(161,90,219); }
H1.HeaderClassName
{
color: #A15ADB;
}
.AnyTagClassName
{
color: #A15ADB;
}
</style>
background-color css
<style>
a { background-color: #A15ADB; }
a { background-color: rgb(161,90,219); }
div.DivClassName
{
background-color: #A15ADB;
}
.BgClassName
{
background-color: #A15ADB;
}
</style>
border-color css
<style>
span { border-color: #A15ADB; }
span { border-color: rgb(161,90,219); }
td.TdClassName
{
border-color: #A15ADB;
}
.TagClassName
{
border-color: #A15ADB;
}
</style>