Shades of Amethyst #A15ACE
Tints of Amethyst #A15ACE
RGB
CMYK
RGB Variations
Color information
#A15ACE (or 0xA15ACE) is known color: Amethyst. HEX triplet: A1, 5A and CE. RGB value is (161,90,206). Sum of RGB (Red+Green+Blue) = 161+90+206=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #A15ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ACE is #5EA531. Grayscale: #7C7C7C. Windows color (decimal): -6202674 or 13523617. OLE color: 13523617.
HSL color Cylindrical-coordinate representation of color #A15ACE: hue angle of 276.72º 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 #A15ACE is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 90 | 206 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.19 |
| HSL | 276.72º | 0.54% | 0.58% | - |
| HSV(B) | 276.72º | 0.56% | 0.81% | - |
| XYZ | 29.49 | 19.35 | 60.57 | - |
| YUV | 124.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 206 | 0.22 | 0.56 | 0 | 0.19 | 276.72 | 0.54 | 0.58 |
| Hex | A1 | 5A | CE | 16 | 38 | 0 | 13 | 115 | 36 | 3A |
| Octal | 241 | 132 | 316 | 26 | 70 | 0 | 23 | 425 | 66 | 72 |
| Binary | 10100001 | 1011010 | 11001110 | 10110 | 111000 | 0 | 10011 | 100010101 | 110110 | 111010 |
Color Harmonies of #A15ACE
Complementary color
Monochromatic Colors of #A15ACE
Black with #A15ACE
Text Example
Text Example
White with #A15ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15ACE; }
p { color: rgb(161,90,206); }
H1.HeaderClassName
{
color: #A15ACE;
}
.AnyTagClassName
{
color: #A15ACE;
}
</style>
background-color css
<style>
a { background-color: #A15ACE; }
a { background-color: rgb(161,90,206); }
div.DivClassName
{
background-color: #A15ACE;
}
.BgClassName
{
background-color: #A15ACE;
}
</style>
border-color css
<style>
span { border-color: #A15ACE; }
span { border-color: rgb(161,90,206); }
td.TdClassName
{
border-color: #A15ACE;
}
.TagClassName
{
border-color: #A15ACE;
}
</style>