Shades of Amethyst #A363CE
Tints of Amethyst #A363CE
RGB
CMYK
RGB Variations
Color information
#A363CE (or 0xA363CE) is known color: Amethyst. HEX triplet: A3, 63 and CE. RGB value is (163,99,206). Sum of RGB (Red+Green+Blue) = 163+99+206=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #A363CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363CE is #5C9C31. Grayscale: #818181. Windows color (decimal): -6069298 or 13525923. OLE color: 13525923.
HSL color Cylindrical-coordinate representation of color #A363CE: hue angle of 275.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A363CE is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 99 | 206 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.19 |
| HSL | 275.89º | 0.52% | 0.6% | - |
| HSV(B) | 275.89º | 0.52% | 0.81% | - |
| XYZ | 30.71 | 21.17 | 60.86 | - |
| YUV | 130.33 | 170.7 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 206 | 0.21 | 0.52 | 0 | 0.19 | 275.89 | 0.52 | 0.6 |
| Hex | A3 | 63 | CE | 15 | 34 | 0 | 13 | 114 | 34 | 3C |
| Octal | 243 | 143 | 316 | 25 | 64 | 0 | 23 | 424 | 64 | 74 |
| Binary | 10100011 | 1100011 | 11001110 | 10101 | 110100 | 0 | 10011 | 100010100 | 110100 | 111100 |
Color Harmonies of #A363CE
Complementary color
Monochromatic Colors of #A363CE
Black with #A363CE
Text Example
Text Example
White with #A363CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363CE; }
p { color: rgb(163,99,206); }
H1.HeaderClassName
{
color: #A363CE;
}
.AnyTagClassName
{
color: #A363CE;
}
</style>
background-color css
<style>
a { background-color: #A363CE; }
a { background-color: rgb(163,99,206); }
div.DivClassName
{
background-color: #A363CE;
}
.BgClassName
{
background-color: #A363CE;
}
</style>
border-color css
<style>
span { border-color: #A363CE; }
span { border-color: rgb(163,99,206); }
td.TdClassName
{
border-color: #A363CE;
}
.TagClassName
{
border-color: #A363CE;
}
</style>