Shades of Amethyst #A350DC
Tints of Amethyst #A350DC
RGB
CMYK
RGB Variations
Color information
#A350DC (or 0xA350DC) is known color: Amethyst. HEX triplet: A3, 50 and DC. RGB value is (163,80,220). Sum of RGB (Red+Green+Blue) = 163+80+220=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #A350DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350DC is #5CAF23. Grayscale: #787878. Windows color (decimal): -6074148 or 14438563. OLE color: 14438563.
HSL color Cylindrical-coordinate representation of color #A350DC: hue angle of 275.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A350DC is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 80 | 220 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.14 |
| HSL | 275.57º | 0.67% | 0.59% | - |
| HSV(B) | 275.57º | 0.64% | 0.86% | - |
| XYZ | 30.89 | 18.69 | 69.69 | - |
| YUV | 120.78 | 184 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 220 | 0.26 | 0.64 | 0 | 0.14 | 275.57 | 0.67 | 0.59 |
| Hex | A3 | 50 | DC | 1A | 40 | 0 | E | 114 | 43 | 3B |
| Octal | 243 | 120 | 334 | 32 | 100 | 0 | 16 | 424 | 103 | 73 |
| Binary | 10100011 | 1010000 | 11011100 | 11010 | 1000000 | 0 | 1110 | 100010100 | 1000011 | 111011 |
Color Harmonies of #A350DC
Complementary color
Monochromatic Colors of #A350DC
Black with #A350DC
Text Example
Text Example
White with #A350DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350DC; }
p { color: rgb(163,80,220); }
H1.HeaderClassName
{
color: #A350DC;
}
.AnyTagClassName
{
color: #A350DC;
}
</style>
background-color css
<style>
a { background-color: #A350DC; }
a { background-color: rgb(163,80,220); }
div.DivClassName
{
background-color: #A350DC;
}
.BgClassName
{
background-color: #A350DC;
}
</style>
border-color css
<style>
span { border-color: #A350DC; }
span { border-color: rgb(163,80,220); }
td.TdClassName
{
border-color: #A350DC;
}
.TagClassName
{
border-color: #A350DC;
}
</style>