Shades of Amethyst #A35FDB
Tints of Amethyst #A35FDB
RGB
CMYK
RGB Variations
Color information
#A35FDB (or 0xA35FDB) is known color: Amethyst. HEX triplet: A3, 5F and DB. RGB value is (163,95,219). Sum of RGB (Red+Green+Blue) = 163+95+219=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 95 (37.5% from 255 or 19.92% 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 #A35FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FDB is #5CA024. Grayscale: #818181. Windows color (decimal): -6070309 or 14376867. OLE color: 14376867.
HSL color Cylindrical-coordinate representation of color #A35FDB: hue angle of 272.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A35FDB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 95 | 219 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.14 |
| HSL | 272.9º | 0.63% | 0.62% | - |
| HSV(B) | 272.9º | 0.57% | 0.86% | - |
| XYZ | 31.98 | 21.09 | 69.4 | - |
| YUV | 129.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 219 | 0.26 | 0.57 | 0 | 0.14 | 272.9 | 0.63 | 0.62 |
| Hex | A3 | 5F | DB | 1A | 39 | 0 | E | 111 | 3F | 3E |
| Octal | 243 | 137 | 333 | 32 | 71 | 0 | 16 | 421 | 77 | 76 |
| Binary | 10100011 | 1011111 | 11011011 | 11010 | 111001 | 0 | 1110 | 100010001 | 111111 | 111110 |
Color Harmonies of #A35FDB
Complementary color
Monochromatic Colors of #A35FDB
Black with #A35FDB
Text Example
Text Example
White with #A35FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35FDB; }
p { color: rgb(163,95,219); }
H1.HeaderClassName
{
color: #A35FDB;
}
.AnyTagClassName
{
color: #A35FDB;
}
</style>
background-color css
<style>
a { background-color: #A35FDB; }
a { background-color: rgb(163,95,219); }
div.DivClassName
{
background-color: #A35FDB;
}
.BgClassName
{
background-color: #A35FDB;
}
</style>
border-color css
<style>
span { border-color: #A35FDB; }
span { border-color: rgb(163,95,219); }
td.TdClassName
{
border-color: #A35FDB;
}
.TagClassName
{
border-color: #A35FDB;
}
</style>