Shades of Amethyst #A35ACE
Tints of Amethyst #A35ACE
RGB
CMYK
RGB Variations
Color information
#A35ACE (or 0xA35ACE) is known color: Amethyst. HEX triplet: A3, 5A and CE. RGB value is (163,90,206). Sum of RGB (Red+Green+Blue) = 163+90+206=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #A35ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ACE is #5CA531. Grayscale: #7C7C7C. Windows color (decimal): -6071602 or 13523619. OLE color: 13523619.
HSL color Cylindrical-coordinate representation of color #A35ACE: hue angle of 277.76º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A35ACE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 90 | 206 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.19 |
| HSL | 277.76º | 0.54% | 0.58% | - |
| HSV(B) | 277.76º | 0.56% | 0.81% | - |
| XYZ | 29.9 | 19.56 | 60.59 | - |
| YUV | 125.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 206 | 0.21 | 0.56 | 0 | 0.19 | 277.76 | 0.54 | 0.58 |
| Hex | A3 | 5A | CE | 15 | 38 | 0 | 13 | 116 | 36 | 3A |
| Octal | 243 | 132 | 316 | 25 | 70 | 0 | 23 | 426 | 66 | 72 |
| Binary | 10100011 | 1011010 | 11001110 | 10101 | 111000 | 0 | 10011 | 100010110 | 110110 | 111010 |
Color Harmonies of #A35ACE
Complementary color
Monochromatic Colors of #A35ACE
Black with #A35ACE
Text Example
Text Example
White with #A35ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35ACE; }
p { color: rgb(163,90,206); }
H1.HeaderClassName
{
color: #A35ACE;
}
.AnyTagClassName
{
color: #A35ACE;
}
</style>
background-color css
<style>
a { background-color: #A35ACE; }
a { background-color: rgb(163,90,206); }
div.DivClassName
{
background-color: #A35ACE;
}
.BgClassName
{
background-color: #A35ACE;
}
</style>
border-color css
<style>
span { border-color: #A35ACE; }
span { border-color: rgb(163,90,206); }
td.TdClassName
{
border-color: #A35ACE;
}
.TagClassName
{
border-color: #A35ACE;
}
</style>