Shades of Amethyst #A865C9
Tints of Amethyst #A865C9
RGB
CMYK
RGB Variations
Color information
#A865C9 (or 0xA865C9) is known color: Amethyst. HEX triplet: A8, 65 and C9. RGB value is (168,101,201). Sum of RGB (Red+Green+Blue) = 168+101+201=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #A865C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865C9 is #579A36. Grayscale: #848484. Windows color (decimal): -5741111 or 13198760. OLE color: 13198760.
HSL color Cylindrical-coordinate representation of color #A865C9: hue angle of 280.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A865C9 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 101 | 201 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.21 |
| HSL | 280.2º | 0.48% | 0.59% | - |
| HSV(B) | 280.2º | 0.5% | 0.79% | - |
| XYZ | 31.34 | 21.85 | 57.82 | - |
| YUV | 132.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 201 | 0.16 | 0.50 | 0 | 0.21 | 280.2 | 0.48 | 0.59 |
| Hex | A8 | 65 | C9 | 10 | 32 | 0 | 15 | 118 | 30 | 3B |
| Octal | 250 | 145 | 311 | 20 | 62 | 0 | 25 | 430 | 60 | 73 |
| Binary | 10101000 | 1100101 | 11001001 | 10000 | 110010 | 0 | 10101 | 100011000 | 110000 | 111011 |
Color Harmonies of #A865C9
Complementary color
Monochromatic Colors of #A865C9
Black with #A865C9
Text Example
Text Example
White with #A865C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865C9; }
p { color: rgb(168,101,201); }
H1.HeaderClassName
{
color: #A865C9;
}
.AnyTagClassName
{
color: #A865C9;
}
</style>
background-color css
<style>
a { background-color: #A865C9; }
a { background-color: rgb(168,101,201); }
div.DivClassName
{
background-color: #A865C9;
}
.BgClassName
{
background-color: #A865C9;
}
</style>
border-color css
<style>
span { border-color: #A865C9; }
span { border-color: rgb(168,101,201); }
td.TdClassName
{
border-color: #A865C9;
}
.TagClassName
{
border-color: #A865C9;
}
</style>