Shades of Amethyst #A863C8
Tints of Amethyst #A863C8
RGB
CMYK
RGB Variations
Color information
#A863C8 (or 0xA863C8) is known color: Amethyst. HEX triplet: A8, 63 and C8. RGB value is (168,99,200). Sum of RGB (Red+Green+Blue) = 168+99+200=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #A863C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863C8 is #579C37. Grayscale: #828282. Windows color (decimal): -5741624 or 13132712. OLE color: 13132712.
HSL color Cylindrical-coordinate representation of color #A863C8: hue angle of 280.99º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A863C8 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 99 | 200 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.22 |
| HSL | 280.99º | 0.48% | 0.59% | - |
| HSV(B) | 280.99º | 0.51% | 0.78% | - |
| XYZ | 31.04 | 21.42 | 57.14 | - |
| YUV | 131.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 200 | 0.16 | 0.50 | 0 | 0.22 | 280.99 | 0.48 | 0.59 |
| Hex | A8 | 63 | C8 | 10 | 32 | 0 | 16 | 119 | 30 | 3B |
| Octal | 250 | 143 | 310 | 20 | 62 | 0 | 26 | 431 | 60 | 73 |
| Binary | 10101000 | 1100011 | 11001000 | 10000 | 110010 | 0 | 10110 | 100011001 | 110000 | 111011 |
Color Harmonies of #A863C8
Complementary color
Monochromatic Colors of #A863C8
Black with #A863C8
Text Example
Text Example
White with #A863C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863C8; }
p { color: rgb(168,99,200); }
H1.HeaderClassName
{
color: #A863C8;
}
.AnyTagClassName
{
color: #A863C8;
}
</style>
background-color css
<style>
a { background-color: #A863C8; }
a { background-color: rgb(168,99,200); }
div.DivClassName
{
background-color: #A863C8;
}
.BgClassName
{
background-color: #A863C8;
}
</style>
border-color css
<style>
span { border-color: #A863C8; }
span { border-color: rgb(168,99,200); }
td.TdClassName
{
border-color: #A863C8;
}
.TagClassName
{
border-color: #A863C8;
}
</style>