Shades of Amethyst #A85CDB
Tints of Amethyst #A85CDB
RGB
CMYK
RGB Variations
Color information
#A85CDB (or 0xA85CDB) is known color: Amethyst. HEX triplet: A8, 5C and DB. RGB value is (168,92,219). Sum of RGB (Red+Green+Blue) = 168+92+219=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #A85CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CDB is #57A324. Grayscale: #808080. Windows color (decimal): -5743397 or 14376104. OLE color: 14376104.
HSL color Cylindrical-coordinate representation of color #A85CDB: hue angle of 275.91º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85CDB is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 92 | 219 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.14 |
| HSL | 275.91º | 0.64% | 0.61% | - |
| HSV(B) | 275.91º | 0.58% | 0.86% | - |
| XYZ | 32.76 | 21.09 | 69.36 | - |
| YUV | 129.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 219 | 0.23 | 0.58 | 0 | 0.14 | 275.91 | 0.64 | 0.61 |
| Hex | A8 | 5C | DB | 17 | 3A | 0 | E | 114 | 40 | 3D |
| Octal | 250 | 134 | 333 | 27 | 72 | 0 | 16 | 424 | 100 | 75 |
| Binary | 10101000 | 1011100 | 11011011 | 10111 | 111010 | 0 | 1110 | 100010100 | 1000000 | 111101 |
Color Harmonies of #A85CDB
Complementary color
Monochromatic Colors of #A85CDB
Black with #A85CDB
Text Example
Text Example
White with #A85CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85CDB; }
p { color: rgb(168,92,219); }
H1.HeaderClassName
{
color: #A85CDB;
}
.AnyTagClassName
{
color: #A85CDB;
}
</style>
background-color css
<style>
a { background-color: #A85CDB; }
a { background-color: rgb(168,92,219); }
div.DivClassName
{
background-color: #A85CDB;
}
.BgClassName
{
background-color: #A85CDB;
}
</style>
border-color css
<style>
span { border-color: #A85CDB; }
span { border-color: rgb(168,92,219); }
td.TdClassName
{
border-color: #A85CDB;
}
.TagClassName
{
border-color: #A85CDB;
}
</style>