Shades of Amethyst #A85FCF
Tints of Amethyst #A85FCF
RGB
CMYK
RGB Variations
Color information
#A85FCF (or 0xA85FCF) is known color: Amethyst. HEX triplet: A8, 5F and CF. RGB value is (168,95,207). Sum of RGB (Red+Green+Blue) = 168+95+207=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #A85FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FCF is #57A030. Grayscale: #818181. Windows color (decimal): -5742641 or 13590440. OLE color: 13590440.
HSL color Cylindrical-coordinate representation of color #A85FCF: hue angle of 279.11º degrees, saturation: 0.54, 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 #A85FCF is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 95 | 207 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.19 |
| HSL | 279.11º | 0.54% | 0.59% | - |
| HSV(B) | 279.11º | 0.54% | 0.81% | - |
| XYZ | 31.5 | 21.01 | 61.43 | - |
| YUV | 129.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 207 | 0.19 | 0.54 | 0 | 0.19 | 279.11 | 0.54 | 0.59 |
| Hex | A8 | 5F | CF | 13 | 36 | 0 | 13 | 117 | 36 | 3B |
| Octal | 250 | 137 | 317 | 23 | 66 | 0 | 23 | 427 | 66 | 73 |
| Binary | 10101000 | 1011111 | 11001111 | 10011 | 110110 | 0 | 10011 | 100010111 | 110110 | 111011 |
Color Harmonies of #A85FCF
Complementary color
Monochromatic Colors of #A85FCF
Black with #A85FCF
Text Example
Text Example
White with #A85FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FCF; }
p { color: rgb(168,95,207); }
H1.HeaderClassName
{
color: #A85FCF;
}
.AnyTagClassName
{
color: #A85FCF;
}
</style>
background-color css
<style>
a { background-color: #A85FCF; }
a { background-color: rgb(168,95,207); }
div.DivClassName
{
background-color: #A85FCF;
}
.BgClassName
{
background-color: #A85FCF;
}
</style>
border-color css
<style>
span { border-color: #A85FCF; }
span { border-color: rgb(168,95,207); }
td.TdClassName
{
border-color: #A85FCF;
}
.TagClassName
{
border-color: #A85FCF;
}
</style>