Shades of Amethyst #A865CF
Tints of Amethyst #A865CF
RGB
CMYK
RGB Variations
Color information
#A865CF (or 0xA865CF) is known color: Amethyst. HEX triplet: A8, 65 and CF. RGB value is (168,101,207). Sum of RGB (Red+Green+Blue) = 168+101+207=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #A865CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865CF is #579A30. Grayscale: #848484. Windows color (decimal): -5741105 or 13591976. OLE color: 13591976.
HSL color Cylindrical-coordinate representation of color #A865CF: hue angle of 277.92º 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 #A865CF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 101 | 207 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.19 |
| HSL | 277.92º | 0.52% | 0.6% | - |
| HSV(B) | 277.92º | 0.51% | 0.81% | - |
| XYZ | 32.06 | 22.14 | 61.61 | - |
| YUV | 133.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 207 | 0.19 | 0.51 | 0 | 0.19 | 277.92 | 0.52 | 0.6 |
| Hex | A8 | 65 | CF | 13 | 33 | 0 | 13 | 116 | 34 | 3C |
| Octal | 250 | 145 | 317 | 23 | 63 | 0 | 23 | 426 | 64 | 74 |
| Binary | 10101000 | 1100101 | 11001111 | 10011 | 110011 | 0 | 10011 | 100010110 | 110100 | 111100 |
Color Harmonies of #A865CF
Complementary color
Monochromatic Colors of #A865CF
Black with #A865CF
Text Example
Text Example
White with #A865CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865CF; }
p { color: rgb(168,101,207); }
H1.HeaderClassName
{
color: #A865CF;
}
.AnyTagClassName
{
color: #A865CF;
}
</style>
background-color css
<style>
a { background-color: #A865CF; }
a { background-color: rgb(168,101,207); }
div.DivClassName
{
background-color: #A865CF;
}
.BgClassName
{
background-color: #A865CF;
}
</style>
border-color css
<style>
span { border-color: #A865CF; }
span { border-color: rgb(168,101,207); }
td.TdClassName
{
border-color: #A865CF;
}
.TagClassName
{
border-color: #A865CF;
}
</style>