Shades of Amethyst #A85FDC
Tints of Amethyst #A85FDC
RGB
CMYK
RGB Variations
Color information
#A85FDC (or 0xA85FDC) is known color: Amethyst. HEX triplet: A8, 5F and DC. RGB value is (168,95,220). Sum of RGB (Red+Green+Blue) = 168+95+220=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A85FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FDC is #57A023. Grayscale: #828282. Windows color (decimal): -5742628 or 14442408. OLE color: 14442408.
HSL color Cylindrical-coordinate representation of color #A85FDC: hue angle of 275.04º degrees, saturation: 0.64, 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 #A85FDC is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 95 | 220 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.14 |
| HSL | 275.04º | 0.64% | 0.62% | - |
| HSV(B) | 275.04º | 0.57% | 0.86% | - |
| XYZ | 33.16 | 21.68 | 70.15 | - |
| YUV | 131.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 220 | 0.24 | 0.57 | 0 | 0.14 | 275.04 | 0.64 | 0.62 |
| Hex | A8 | 5F | DC | 18 | 39 | 0 | E | 113 | 40 | 3E |
| Octal | 250 | 137 | 334 | 30 | 71 | 0 | 16 | 423 | 100 | 76 |
| Binary | 10101000 | 1011111 | 11011100 | 11000 | 111001 | 0 | 1110 | 100010011 | 1000000 | 111110 |
Color Harmonies of #A85FDC
Complementary color
Monochromatic Colors of #A85FDC
Black with #A85FDC
Text Example
Text Example
White with #A85FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FDC; }
p { color: rgb(168,95,220); }
H1.HeaderClassName
{
color: #A85FDC;
}
.AnyTagClassName
{
color: #A85FDC;
}
</style>
background-color css
<style>
a { background-color: #A85FDC; }
a { background-color: rgb(168,95,220); }
div.DivClassName
{
background-color: #A85FDC;
}
.BgClassName
{
background-color: #A85FDC;
}
</style>
border-color css
<style>
span { border-color: #A85FDC; }
span { border-color: rgb(168,95,220); }
td.TdClassName
{
border-color: #A85FDC;
}
.TagClassName
{
border-color: #A85FDC;
}
</style>