Shades of Amethyst #A35FCE
Tints of Amethyst #A35FCE
RGB
CMYK
RGB Variations
Color information
#A35FCE (or 0xA35FCE) is known color: Amethyst. HEX triplet: A3, 5F and CE. RGB value is (163,95,206). Sum of RGB (Red+Green+Blue) = 163+95+206=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #A35FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FCE is #5CA031. Grayscale: #7F7F7F. Windows color (decimal): -6070322 or 13524899. OLE color: 13524899.
HSL color Cylindrical-coordinate representation of color #A35FCE: hue angle of 276.76º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A35FCE is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 95 | 206 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.19 |
| HSL | 276.76º | 0.53% | 0.59% | - |
| HSV(B) | 276.76º | 0.54% | 0.81% | - |
| XYZ | 30.34 | 20.43 | 60.74 | - |
| YUV | 127.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 206 | 0.21 | 0.54 | 0 | 0.19 | 276.76 | 0.53 | 0.59 |
| Hex | A3 | 5F | CE | 15 | 36 | 0 | 13 | 115 | 35 | 3B |
| Octal | 243 | 137 | 316 | 25 | 66 | 0 | 23 | 425 | 65 | 73 |
| Binary | 10100011 | 1011111 | 11001110 | 10101 | 110110 | 0 | 10011 | 100010101 | 110101 | 111011 |
Color Harmonies of #A35FCE
Complementary color
Monochromatic Colors of #A35FCE
Black with #A35FCE
Text Example
Text Example
White with #A35FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35FCE; }
p { color: rgb(163,95,206); }
H1.HeaderClassName
{
color: #A35FCE;
}
.AnyTagClassName
{
color: #A35FCE;
}
</style>
background-color css
<style>
a { background-color: #A35FCE; }
a { background-color: rgb(163,95,206); }
div.DivClassName
{
background-color: #A35FCE;
}
.BgClassName
{
background-color: #A35FCE;
}
</style>
border-color css
<style>
span { border-color: #A35FCE; }
span { border-color: rgb(163,95,206); }
td.TdClassName
{
border-color: #A35FCE;
}
.TagClassName
{
border-color: #A35FCE;
}
</style>