Html Css Color HEX #A053EA Amethyst

📋 copy color: '#A053EA'

red 160 ◦ green 83 ◦ blue 234

#A053EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #A053EA

Tints of Amethyst #A053EA

RGB

 RED value IS 160 (62.89% from 255) = 33.54%

 GREEN value IS 83 (32.81% from 255) = 17.4%

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 33.54%
G = 17.4%
B = 49.06%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A053EA (or 0xA053EA) is known color: Amethyst. HEX triplet: A0, 53 and EA. RGB value is (160,83,234). Sum of RGB (Red+Green+Blue) = 160+83+234=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #A053EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A053EA is #5FAC15. Grayscale: #7A7A7A. Windows color (decimal): -6269974 or 15356832. OLE color: 15356832.

HSL color Cylindrical-coordinate representation of color #A053EA: hue angle of 270.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A053EA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 83 234 -
CMYK 0.32 0.65 0 0.08
HSL 270.6º 0.78% 0.62% -
HSV(B) 270.6º 0.65% 0.92% -
XYZ 32.44 19.6 79.92 -
YUV 123.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 160 83 234 0.32 0.65 0 0.08 270.6 0.78 0.62
Hex A0 53 EA 20 41 0 8 10F 4E 3E
Octal 240 123 352 40 101 0 10 417 116 76
Binary 10100000 1010011 11101010 100000 1000001 0 1000 100001111 1001110 111110

Color Harmonies of #A053EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053EA

Black with #A053EA

Text Example


Text Example

White with #A053EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053EA; }

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

 H1.HeaderClassName
 {
   color: #A053EA;
 }
 .AnyTagClassName
 {
   color: #A053EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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