Shades of Amethyst #A863CA
Tints of Amethyst #A863CA
RGB
CMYK
RGB Variations
Color information
#A863CA (or 0xA863CA) is known color: Amethyst. HEX triplet: A8, 63 and CA. RGB value is (168,99,202). Sum of RGB (Red+Green+Blue) = 168+99+202=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #A863CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863CA is #579C35. Grayscale: #838383. Windows color (decimal): -5741622 or 13263784. OLE color: 13263784.
HSL color Cylindrical-coordinate representation of color #A863CA: hue angle of 280.19º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A863CA is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 99 | 202 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.21 |
| HSL | 280.19º | 0.49% | 0.59% | - |
| HSV(B) | 280.19º | 0.51% | 0.79% | - |
| XYZ | 31.27 | 21.51 | 58.38 | - |
| YUV | 131.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 202 | 0.17 | 0.51 | 0 | 0.21 | 280.19 | 0.49 | 0.59 |
| Hex | A8 | 63 | CA | 11 | 33 | 0 | 15 | 118 | 31 | 3B |
| Octal | 250 | 143 | 312 | 21 | 63 | 0 | 25 | 430 | 61 | 73 |
| Binary | 10101000 | 1100011 | 11001010 | 10001 | 110011 | 0 | 10101 | 100011000 | 110001 | 111011 |
Color Harmonies of #A863CA
Complementary color
Monochromatic Colors of #A863CA
Black with #A863CA
Text Example
Text Example
White with #A863CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863CA; }
p { color: rgb(168,99,202); }
H1.HeaderClassName
{
color: #A863CA;
}
.AnyTagClassName
{
color: #A863CA;
}
</style>
background-color css
<style>
a { background-color: #A863CA; }
a { background-color: rgb(168,99,202); }
div.DivClassName
{
background-color: #A863CA;
}
.BgClassName
{
background-color: #A863CA;
}
</style>
border-color css
<style>
span { border-color: #A863CA; }
span { border-color: rgb(168,99,202); }
td.TdClassName
{
border-color: #A863CA;
}
.TagClassName
{
border-color: #A863CA;
}
</style>