Shades of Amethyst #A865CE
Tints of Amethyst #A865CE
RGB
CMYK
RGB Variations
Color information
#A865CE (or 0xA865CE) is known color: Amethyst. HEX triplet: A8, 65 and CE. RGB value is (168,101,206). Sum of RGB (Red+Green+Blue) = 168+101+206=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #A865CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865CE is #579A31. Grayscale: #848484. Windows color (decimal): -5741106 or 13526440. OLE color: 13526440.
HSL color Cylindrical-coordinate representation of color #A865CE: hue angle of 278.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A865CE is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 101 | 206 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.19 |
| HSL | 278.29º | 0.52% | 0.6% | - |
| HSV(B) | 278.29º | 0.51% | 0.81% | - |
| XYZ | 31.94 | 22.09 | 60.97 | - |
| YUV | 133 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 206 | 0.18 | 0.51 | 0 | 0.19 | 278.29 | 0.52 | 0.6 |
| Hex | A8 | 65 | CE | 12 | 33 | 0 | 13 | 116 | 34 | 3C |
| Octal | 250 | 145 | 316 | 22 | 63 | 0 | 23 | 426 | 64 | 74 |
| Binary | 10101000 | 1100101 | 11001110 | 10010 | 110011 | 0 | 10011 | 100010110 | 110100 | 111100 |
Color Harmonies of #A865CE
Complementary color
Monochromatic Colors of #A865CE
Black with #A865CE
Text Example
Text Example
White with #A865CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865CE; }
p { color: rgb(168,101,206); }
H1.HeaderClassName
{
color: #A865CE;
}
.AnyTagClassName
{
color: #A865CE;
}
</style>
background-color css
<style>
a { background-color: #A865CE; }
a { background-color: rgb(168,101,206); }
div.DivClassName
{
background-color: #A865CE;
}
.BgClassName
{
background-color: #A865CE;
}
</style>
border-color css
<style>
span { border-color: #A865CE; }
span { border-color: rgb(168,101,206); }
td.TdClassName
{
border-color: #A865CE;
}
.TagClassName
{
border-color: #A865CE;
}
</style>