Shades of Amethyst #A35EE2
Tints of Amethyst #A35EE2
RGB
CMYK
RGB Variations
Color information
#A35EE2 (or 0xA35EE2) is known color: Amethyst. HEX triplet: A3, 5E and E2. RGB value is (163,94,226). Sum of RGB (Red+Green+Blue) = 163+94+226=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 226 (88.67% from 255 or 46.79% from 483); Max value from RGB is 226 - color contains mainly: blue. Hex color #A35EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35EE2 is #5CA11D. Grayscale: #818181. Windows color (decimal): -6070558 or 14835363. OLE color: 14835363.
HSL color Cylindrical-coordinate representation of color #A35EE2: hue angle of 271.36º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35EE2 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 94 | 226 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.11 |
| HSL | 271.36º | 0.69% | 0.63% | - |
| HSV(B) | 271.36º | 0.58% | 0.89% | - |
| XYZ | 32.83 | 21.28 | 74.33 | - |
| YUV | 129.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 94 | 226 | 0.28 | 0.58 | 0 | 0.11 | 271.36 | 0.69 | 0.63 |
| Hex | A3 | 5E | E2 | 1C | 3A | 0 | B | 10F | 45 | 3F |
| Octal | 243 | 136 | 342 | 34 | 72 | 0 | 13 | 417 | 105 | 77 |
| Binary | 10100011 | 1011110 | 11100010 | 11100 | 111010 | 0 | 1011 | 100001111 | 1000101 | 111111 |
Color Harmonies of #A35EE2
Complementary color
Monochromatic Colors of #A35EE2
Black with #A35EE2
Text Example
Text Example
White with #A35EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35EE2; }
p { color: rgb(163,94,226); }
H1.HeaderClassName
{
color: #A35EE2;
}
.AnyTagClassName
{
color: #A35EE2;
}
</style>
background-color css
<style>
a { background-color: #A35EE2; }
a { background-color: rgb(163,94,226); }
div.DivClassName
{
background-color: #A35EE2;
}
.BgClassName
{
background-color: #A35EE2;
}
</style>
border-color css
<style>
span { border-color: #A35EE2; }
span { border-color: rgb(163,94,226); }
td.TdClassName
{
border-color: #A35EE2;
}
.TagClassName
{
border-color: #A35EE2;
}
</style>