Shades of Amethyst #A35CDA
Tints of Amethyst #A35CDA
RGB
CMYK
RGB Variations
Color information
#A35CDA (or 0xA35CDA) is known color: Amethyst. HEX triplet: A3, 5C and DA. RGB value is (163,92,218). Sum of RGB (Red+Green+Blue) = 163+92+218=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #A35CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CDA is #5CA325. Grayscale: #7F7F7F. Windows color (decimal): -6071078 or 14310563. OLE color: 14310563.
HSL color Cylindrical-coordinate representation of color #A35CDA: hue angle of 273.81º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35CDA is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 92 | 218 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.15 |
| HSL | 273.81º | 0.63% | 0.61% | - |
| HSV(B) | 273.81º | 0.58% | 0.85% | - |
| XYZ | 31.59 | 20.5 | 68.62 | - |
| YUV | 127.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 218 | 0.25 | 0.58 | 0 | 0.15 | 273.81 | 0.63 | 0.61 |
| Hex | A3 | 5C | DA | 19 | 3A | 0 | F | 112 | 3F | 3D |
| Octal | 243 | 134 | 332 | 31 | 72 | 0 | 17 | 422 | 77 | 75 |
| Binary | 10100011 | 1011100 | 11011010 | 11001 | 111010 | 0 | 1111 | 100010010 | 111111 | 111101 |
Color Harmonies of #A35CDA
Complementary color
Monochromatic Colors of #A35CDA
Black with #A35CDA
Text Example
Text Example
White with #A35CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CDA; }
p { color: rgb(163,92,218); }
H1.HeaderClassName
{
color: #A35CDA;
}
.AnyTagClassName
{
color: #A35CDA;
}
</style>
background-color css
<style>
a { background-color: #A35CDA; }
a { background-color: rgb(163,92,218); }
div.DivClassName
{
background-color: #A35CDA;
}
.BgClassName
{
background-color: #A35CDA;
}
</style>
border-color css
<style>
span { border-color: #A35CDA; }
span { border-color: rgb(163,92,218); }
td.TdClassName
{
border-color: #A35CDA;
}
.TagClassName
{
border-color: #A35CDA;
}
</style>