Shades of Amethyst #A453E0
Tints of Amethyst #A453E0
RGB
CMYK
RGB Variations
Color information
#A453E0 (or 0xA453E0) is known color: Amethyst. HEX triplet: A4, 53 and E0. RGB value is (164,83,224). Sum of RGB (Red+Green+Blue) = 164+83+224=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #A453E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A453E0 is #5BAC1F. Grayscale: #7A7A7A. Windows color (decimal): -6007840 or 14701476. OLE color: 14701476.
HSL color Cylindrical-coordinate representation of color #A453E0: hue angle of 274.47º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A453E0 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 83 | 224 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.12 |
| HSL | 274.47º | 0.69% | 0.6% | - |
| HSV(B) | 274.47º | 0.63% | 0.88% | - |
| XYZ | 31.86 | 19.46 | 72.6 | - |
| YUV | 123.29 | 184.84 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 224 | 0.27 | 0.63 | 0 | 0.12 | 274.47 | 0.69 | 0.6 |
| Hex | A4 | 53 | E0 | 1B | 3F | 0 | C | 112 | 45 | 3C |
| Octal | 244 | 123 | 340 | 33 | 77 | 0 | 14 | 422 | 105 | 74 |
| Binary | 10100100 | 1010011 | 11100000 | 11011 | 111111 | 0 | 1100 | 100010010 | 1000101 | 111100 |
Color Harmonies of #A453E0
Complementary color
Monochromatic Colors of #A453E0
Black with #A453E0
Text Example
Text Example
White with #A453E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A453E0; }
p { color: rgb(164,83,224); }
H1.HeaderClassName
{
color: #A453E0;
}
.AnyTagClassName
{
color: #A453E0;
}
</style>
background-color css
<style>
a { background-color: #A453E0; }
a { background-color: rgb(164,83,224); }
div.DivClassName
{
background-color: #A453E0;
}
.BgClassName
{
background-color: #A453E0;
}
</style>
border-color css
<style>
span { border-color: #A453E0; }
span { border-color: rgb(164,83,224); }
td.TdClassName
{
border-color: #A453E0;
}
.TagClassName
{
border-color: #A453E0;
}
</style>