Shades of Amethyst #A350D6
Tints of Amethyst #A350D6
RGB
CMYK
RGB Variations
Color information
#A350D6 (or 0xA350D6) is known color: Amethyst. HEX triplet: A3, 50 and D6. RGB value is (163,80,214). Sum of RGB (Red+Green+Blue) = 163+80+214=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #A350D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350D6 is #5CAF29. Grayscale: #777777. Windows color (decimal): -6074154 or 14045347. OLE color: 14045347.
HSL color Cylindrical-coordinate representation of color #A350D6: hue angle of 277.16º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A350D6 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 80 | 214 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.16 |
| HSL | 277.16º | 0.62% | 0.58% | - |
| HSV(B) | 277.16º | 0.63% | 0.84% | - |
| XYZ | 30.11 | 18.38 | 65.58 | - |
| YUV | 120.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 214 | 0.24 | 0.63 | 0 | 0.16 | 277.16 | 0.62 | 0.58 |
| Hex | A3 | 50 | D6 | 18 | 3F | 0 | 10 | 115 | 3E | 3A |
| Octal | 243 | 120 | 326 | 30 | 77 | 0 | 20 | 425 | 76 | 72 |
| Binary | 10100011 | 1010000 | 11010110 | 11000 | 111111 | 0 | 10000 | 100010101 | 111110 | 111010 |
Color Harmonies of #A350D6
Complementary color
Monochromatic Colors of #A350D6
Black with #A350D6
Text Example
Text Example
White with #A350D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350D6; }
p { color: rgb(163,80,214); }
H1.HeaderClassName
{
color: #A350D6;
}
.AnyTagClassName
{
color: #A350D6;
}
</style>
background-color css
<style>
a { background-color: #A350D6; }
a { background-color: rgb(163,80,214); }
div.DivClassName
{
background-color: #A350D6;
}
.BgClassName
{
background-color: #A350D6;
}
</style>
border-color css
<style>
span { border-color: #A350D6; }
span { border-color: rgb(163,80,214); }
td.TdClassName
{
border-color: #A350D6;
}
.TagClassName
{
border-color: #A350D6;
}
</style>