Shades of Amethyst #A862DF
Tints of Amethyst #A862DF
RGB
CMYK
RGB Variations
Color information
#A862DF (or 0xA862DF) is known color: Amethyst. HEX triplet: A8, 62 and DF. RGB value is (168,98,223). Sum of RGB (Red+Green+Blue) = 168+98+223=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #A862DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862DF is #579D20. Grayscale: #848484. Windows color (decimal): -5741857 or 14639784. OLE color: 14639784.
HSL color Cylindrical-coordinate representation of color #A862DF: hue angle of 273.6º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A862DF is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 98 | 223 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.13 |
| HSL | 273.6º | 0.66% | 0.63% | - |
| HSV(B) | 273.6º | 0.56% | 0.87% | - |
| XYZ | 33.84 | 22.39 | 72.35 | - |
| YUV | 133.18 | 178.69 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 223 | 0.25 | 0.56 | 0 | 0.13 | 273.6 | 0.66 | 0.63 |
| Hex | A8 | 62 | DF | 19 | 38 | 0 | D | 112 | 42 | 3F |
| Octal | 250 | 142 | 337 | 31 | 70 | 0 | 15 | 422 | 102 | 77 |
| Binary | 10101000 | 1100010 | 11011111 | 11001 | 111000 | 0 | 1101 | 100010010 | 1000010 | 111111 |
Color Harmonies of #A862DF
Complementary color
Monochromatic Colors of #A862DF
Black with #A862DF
Text Example
Text Example
White with #A862DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A862DF; }
p { color: rgb(168,98,223); }
H1.HeaderClassName
{
color: #A862DF;
}
.AnyTagClassName
{
color: #A862DF;
}
</style>
background-color css
<style>
a { background-color: #A862DF; }
a { background-color: rgb(168,98,223); }
div.DivClassName
{
background-color: #A862DF;
}
.BgClassName
{
background-color: #A862DF;
}
</style>
border-color css
<style>
span { border-color: #A862DF; }
span { border-color: rgb(168,98,223); }
td.TdClassName
{
border-color: #A862DF;
}
.TagClassName
{
border-color: #A862DF;
}
</style>