#A053E9

Color #A053E9 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A053E9

Tints of Amethyst #A053E9

Color information

#A053E9 (or 0xA053E9) is unknown color: approx Amethyst. HEX triplet: A0, 53 and E9. RGB value is (160,83,233). Sum of RGB (Red+Green+Blue) = 160+83+233=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #A053E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A053E9 is #5FAC16. Grayscale: #7A7A7A. Windows color (decimal): -6269975 or 15291296. OLE color: 15291296.

HSL color Cylindrical-coordinate representation of color #A053E9: hue angle of 270.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A053E9 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16083233-
CMYK0.310.6400.09
HSL270.8º77.32%61.96%-
HSV(B)270.8º64.38%91.37%-
XYZ32.319.5479.16-
YUV123.12190.01154.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 83 (32.81% from 255) = 17.44%
BLUE value IS 233 (91.41% from 255) = 48.95%
R=33.61%
G=17.44%
B=48.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal160832330.310.6400.09270.877.3261.96
HexA053E91F400910f4d3e
Octal2401233513710001141711576
Binary10100000101001111101001111111000000010011000011111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A053E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A053E9; }

 p { color: rgb(160,83,233); }

 H1.HeaderClassName
 {
   color: #A053E9;
 }
 .AnyTagClassName
 {
   color: #A053E9;
 }
</style>
background-color css

<style>
 a { background-color: #A053E9; }

 a { background-color: rgb(160,83,233); }

 div.DivClassName
 {
   background-color: #A053E9;
 }
 .BgClassName
 {
   background-color: #A053E9;
 }
</style>
border-color css

<style>
 span { border-color: #A053E9; }

 span { border-color: rgb(160,83,233); }

 td.TdClassName
 {
   border-color: #A053E9;
 }
 .TagClassName
 {
   border-color: #A053E9;
 }
</style>