Shades of Amethyst #A364DC
Tints of Amethyst #A364DC
RGB
CMYK
RGB Variations
Color information
#A364DC (or 0xA364DC) is known color: Amethyst. HEX triplet: A3, 64 and DC. RGB value is (163,100,220). Sum of RGB (Red+Green+Blue) = 163+100+220=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A364DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364DC is #5C9B23. Grayscale: #848484. Windows color (decimal): -6069028 or 14443683. OLE color: 14443683.
HSL color Cylindrical-coordinate representation of color #A364DC: hue angle of 271.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A364DC is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 100 | 220 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.14 |
| HSL | 271.5º | 0.63% | 0.63% | - |
| HSV(B) | 271.5º | 0.55% | 0.86% | - |
| XYZ | 32.58 | 22.07 | 70.25 | - |
| YUV | 132.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 100 | 220 | 0.26 | 0.55 | 0 | 0.14 | 271.5 | 0.63 | 0.63 |
| Hex | A3 | 64 | DC | 1A | 37 | 0 | E | 110 | 3F | 3F |
| Octal | 243 | 144 | 334 | 32 | 67 | 0 | 16 | 420 | 77 | 77 |
| Binary | 10100011 | 1100100 | 11011100 | 11010 | 110111 | 0 | 1110 | 100010000 | 111111 | 111111 |
Color Harmonies of #A364DC
Complementary color
Monochromatic Colors of #A364DC
Black with #A364DC
Text Example
Text Example
White with #A364DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A364DC; }
p { color: rgb(163,100,220); }
H1.HeaderClassName
{
color: #A364DC;
}
.AnyTagClassName
{
color: #A364DC;
}
</style>
background-color css
<style>
a { background-color: #A364DC; }
a { background-color: rgb(163,100,220); }
div.DivClassName
{
background-color: #A364DC;
}
.BgClassName
{
background-color: #A364DC;
}
</style>
border-color css
<style>
span { border-color: #A364DC; }
span { border-color: rgb(163,100,220); }
td.TdClassName
{
border-color: #A364DC;
}
.TagClassName
{
border-color: #A364DC;
}
</style>