Shades of Amethyst #A85FDB
Tints of Amethyst #A85FDB
RGB
CMYK
RGB Variations
Color information
#A85FDB (or 0xA85FDB) is known color: Amethyst. HEX triplet: A8, 5F and DB. RGB value is (168,95,219). Sum of RGB (Red+Green+Blue) = 168+95+219=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #A85FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FDB is #57A024. Grayscale: #828282. Windows color (decimal): -5742629 or 14376872. OLE color: 14376872.
HSL color Cylindrical-coordinate representation of color #A85FDB: hue angle of 275.32º 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 #A85FDB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 95 | 219 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.14 |
| HSL | 275.32º | 0.63% | 0.62% | - |
| HSV(B) | 275.32º | 0.57% | 0.86% | - |
| XYZ | 33.03 | 21.62 | 69.45 | - |
| YUV | 130.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 219 | 0.23 | 0.57 | 0 | 0.14 | 275.32 | 0.63 | 0.62 |
| Hex | A8 | 5F | DB | 17 | 39 | 0 | E | 113 | 3F | 3E |
| Octal | 250 | 137 | 333 | 27 | 71 | 0 | 16 | 423 | 77 | 76 |
| Binary | 10101000 | 1011111 | 11011011 | 10111 | 111001 | 0 | 1110 | 100010011 | 111111 | 111110 |
Color Harmonies of #A85FDB
Complementary color
Monochromatic Colors of #A85FDB
Black with #A85FDB
Text Example
Text Example
White with #A85FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FDB; }
p { color: rgb(168,95,219); }
H1.HeaderClassName
{
color: #A85FDB;
}
.AnyTagClassName
{
color: #A85FDB;
}
</style>
background-color css
<style>
a { background-color: #A85FDB; }
a { background-color: rgb(168,95,219); }
div.DivClassName
{
background-color: #A85FDB;
}
.BgClassName
{
background-color: #A85FDB;
}
</style>
border-color css
<style>
span { border-color: #A85FDB; }
span { border-color: rgb(168,95,219); }
td.TdClassName
{
border-color: #A85FDB;
}
.TagClassName
{
border-color: #A85FDB;
}
</style>