Shades of Amethyst #A35FCD
Tints of Amethyst #A35FCD
RGB
CMYK
RGB Variations
Color information
#A35FCD (or 0xA35FCD) is known color: Amethyst. HEX triplet: A3, 5F and CD. RGB value is (163,95,205). Sum of RGB (Red+Green+Blue) = 163+95+205=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #A35FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FCD is #5CA032. Grayscale: #7F7F7F. Windows color (decimal): -6070323 or 13459363. OLE color: 13459363.
HSL color Cylindrical-coordinate representation of color #A35FCD: hue angle of 277.09º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A35FCD is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 95 | 205 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.20 |
| HSL | 277.09º | 0.52% | 0.59% | - |
| HSV(B) | 277.09º | 0.54% | 0.8% | - |
| XYZ | 30.22 | 20.38 | 60.1 | - |
| YUV | 127.87 | 171.53 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 205 | 0.20 | 0.54 | 0 | 0.20 | 277.09 | 0.52 | 0.59 |
| Hex | A3 | 5F | CD | 14 | 36 | 0 | 14 | 115 | 34 | 3B |
| Octal | 243 | 137 | 315 | 24 | 66 | 0 | 24 | 425 | 64 | 73 |
| Binary | 10100011 | 1011111 | 11001101 | 10100 | 110110 | 0 | 10100 | 100010101 | 110100 | 111011 |
Color Harmonies of #A35FCD
Complementary color
Monochromatic Colors of #A35FCD
Black with #A35FCD
Text Example
Text Example
White with #A35FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35FCD; }
p { color: rgb(163,95,205); }
H1.HeaderClassName
{
color: #A35FCD;
}
.AnyTagClassName
{
color: #A35FCD;
}
</style>
background-color css
<style>
a { background-color: #A35FCD; }
a { background-color: rgb(163,95,205); }
div.DivClassName
{
background-color: #A35FCD;
}
.BgClassName
{
background-color: #A35FCD;
}
</style>
border-color css
<style>
span { border-color: #A35FCD; }
span { border-color: rgb(163,95,205); }
td.TdClassName
{
border-color: #A35FCD;
}
.TagClassName
{
border-color: #A35FCD;
}
</style>