Shades of Amethyst #A35AD6
Tints of Amethyst #A35AD6
RGB
CMYK
RGB Variations
Color information
#A35AD6 (or 0xA35AD6) is known color: Amethyst. HEX triplet: A3, 5A and D6. RGB value is (163,90,214). Sum of RGB (Red+Green+Blue) = 163+90+214=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #A35AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35AD6 is #5CA529. Grayscale: #7D7D7D. Windows color (decimal): -6071594 or 14047907. OLE color: 14047907.
HSL color Cylindrical-coordinate representation of color #A35AD6: hue angle of 275.32º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35AD6 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 90 | 214 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.16 |
| HSL | 275.32º | 0.6% | 0.6% | - |
| HSV(B) | 275.32º | 0.58% | 0.84% | - |
| XYZ | 30.9 | 19.95 | 65.84 | - |
| YUV | 125.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 214 | 0.24 | 0.58 | 0 | 0.16 | 275.32 | 0.6 | 0.6 |
| Hex | A3 | 5A | D6 | 18 | 3A | 0 | 10 | 113 | 3C | 3C |
| Octal | 243 | 132 | 326 | 30 | 72 | 0 | 20 | 423 | 74 | 74 |
| Binary | 10100011 | 1011010 | 11010110 | 11000 | 111010 | 0 | 10000 | 100010011 | 111100 | 111100 |
Color Harmonies of #A35AD6
Complementary color
Monochromatic Colors of #A35AD6
Black with #A35AD6
Text Example
Text Example
White with #A35AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35AD6; }
p { color: rgb(163,90,214); }
H1.HeaderClassName
{
color: #A35AD6;
}
.AnyTagClassName
{
color: #A35AD6;
}
</style>
background-color css
<style>
a { background-color: #A35AD6; }
a { background-color: rgb(163,90,214); }
div.DivClassName
{
background-color: #A35AD6;
}
.BgClassName
{
background-color: #A35AD6;
}
</style>
border-color css
<style>
span { border-color: #A35AD6; }
span { border-color: rgb(163,90,214); }
td.TdClassName
{
border-color: #A35AD6;
}
.TagClassName
{
border-color: #A35AD6;
}
</style>