Shades of Amethyst #A35ADB
Tints of Amethyst #A35ADB
RGB
CMYK
RGB Variations
Color information
#A35ADB (or 0xA35ADB) is known color: Amethyst. HEX triplet: A3, 5A and DB. RGB value is (163,90,219). Sum of RGB (Red+Green+Blue) = 163+90+219=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #A35ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ADB is #5CA524. Grayscale: #7E7E7E. Windows color (decimal): -6071589 or 14375587. OLE color: 14375587.
HSL color Cylindrical-coordinate representation of color #A35ADB: hue angle of 273.95º 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 #A35ADB is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 90 | 219 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.14 |
| HSL | 273.95º | 0.64% | 0.61% | - |
| HSV(B) | 273.95º | 0.59% | 0.86% | - |
| XYZ | 31.55 | 20.21 | 69.26 | - |
| YUV | 126.53 | 180.18 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 219 | 0.26 | 0.59 | 0 | 0.14 | 273.95 | 0.64 | 0.61 |
| Hex | A3 | 5A | DB | 1A | 3B | 0 | E | 112 | 40 | 3D |
| Octal | 243 | 132 | 333 | 32 | 73 | 0 | 16 | 422 | 100 | 75 |
| Binary | 10100011 | 1011010 | 11011011 | 11010 | 111011 | 0 | 1110 | 100010010 | 1000000 | 111101 |
Color Harmonies of #A35ADB
Complementary color
Monochromatic Colors of #A35ADB
Black with #A35ADB
Text Example
Text Example
White with #A35ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35ADB; }
p { color: rgb(163,90,219); }
H1.HeaderClassName
{
color: #A35ADB;
}
.AnyTagClassName
{
color: #A35ADB;
}
</style>
background-color css
<style>
a { background-color: #A35ADB; }
a { background-color: rgb(163,90,219); }
div.DivClassName
{
background-color: #A35ADB;
}
.BgClassName
{
background-color: #A35ADB;
}
</style>
border-color css
<style>
span { border-color: #A35ADB; }
span { border-color: rgb(163,90,219); }
td.TdClassName
{
border-color: #A35ADB;
}
.TagClassName
{
border-color: #A35ADB;
}
</style>