Shades of Amethyst #A863CD
Tints of Amethyst #A863CD
RGB
CMYK
RGB Variations
Color information
#A863CD (or 0xA863CD) is known color: Amethyst. HEX triplet: A8, 63 and CD. RGB value is (168,99,205). Sum of RGB (Red+Green+Blue) = 168+99+205=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #A863CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863CD is #579C32. Grayscale: #838383. Windows color (decimal): -5741619 or 13460392. OLE color: 13460392.
HSL color Cylindrical-coordinate representation of color #A863CD: hue angle of 279.06º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A863CD is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 99 | 205 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.20 |
| HSL | 279.06º | 0.51% | 0.6% | - |
| HSV(B) | 279.06º | 0.52% | 0.8% | - |
| XYZ | 31.63 | 21.66 | 60.27 | - |
| YUV | 131.72 | 169.36 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 205 | 0.18 | 0.52 | 0 | 0.20 | 279.06 | 0.51 | 0.6 |
| Hex | A8 | 63 | CD | 12 | 34 | 0 | 14 | 117 | 33 | 3C |
| Octal | 250 | 143 | 315 | 22 | 64 | 0 | 24 | 427 | 63 | 74 |
| Binary | 10101000 | 1100011 | 11001101 | 10010 | 110100 | 0 | 10100 | 100010111 | 110011 | 111100 |
Color Harmonies of #A863CD
Complementary color
Monochromatic Colors of #A863CD
Black with #A863CD
Text Example
Text Example
White with #A863CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863CD; }
p { color: rgb(168,99,205); }
H1.HeaderClassName
{
color: #A863CD;
}
.AnyTagClassName
{
color: #A863CD;
}
</style>
background-color css
<style>
a { background-color: #A863CD; }
a { background-color: rgb(168,99,205); }
div.DivClassName
{
background-color: #A863CD;
}
.BgClassName
{
background-color: #A863CD;
}
</style>
border-color css
<style>
span { border-color: #A863CD; }
span { border-color: rgb(168,99,205); }
td.TdClassName
{
border-color: #A863CD;
}
.TagClassName
{
border-color: #A863CD;
}
</style>