Shades of Amethyst #A85FCE
Tints of Amethyst #A85FCE
RGB
CMYK
RGB Variations
Color information
#A85FCE (or 0xA85FCE) is known color: Amethyst. HEX triplet: A8, 5F and CE. RGB value is (168,95,206). Sum of RGB (Red+Green+Blue) = 168+95+206=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #A85FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FCE is #57A031. Grayscale: #818181. Windows color (decimal): -5742642 or 13524904. OLE color: 13524904.
HSL color Cylindrical-coordinate representation of color #A85FCE: hue angle of 279.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A85FCE is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 95 | 206 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.19 |
| HSL | 279.46º | 0.53% | 0.59% | - |
| HSV(B) | 279.46º | 0.54% | 0.81% | - |
| XYZ | 31.38 | 20.97 | 60.79 | - |
| YUV | 129.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 206 | 0.18 | 0.54 | 0 | 0.19 | 279.46 | 0.53 | 0.59 |
| Hex | A8 | 5F | CE | 12 | 36 | 0 | 13 | 117 | 35 | 3B |
| Octal | 250 | 137 | 316 | 22 | 66 | 0 | 23 | 427 | 65 | 73 |
| Binary | 10101000 | 1011111 | 11001110 | 10010 | 110110 | 0 | 10011 | 100010111 | 110101 | 111011 |
Color Harmonies of #A85FCE
Complementary color
Monochromatic Colors of #A85FCE
Black with #A85FCE
Text Example
Text Example
White with #A85FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FCE; }
p { color: rgb(168,95,206); }
H1.HeaderClassName
{
color: #A85FCE;
}
.AnyTagClassName
{
color: #A85FCE;
}
</style>
background-color css
<style>
a { background-color: #A85FCE; }
a { background-color: rgb(168,95,206); }
div.DivClassName
{
background-color: #A85FCE;
}
.BgClassName
{
background-color: #A85FCE;
}
</style>
border-color css
<style>
span { border-color: #A85FCE; }
span { border-color: rgb(168,95,206); }
td.TdClassName
{
border-color: #A85FCE;
}
.TagClassName
{
border-color: #A85FCE;
}
</style>