Html Css Color HEX #A053EE Amethyst

📋 copy color: '#A053EE'

red 160 ◦ green 83 ◦ blue 238

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

Shades of Amethyst #A053EE

Tints of Amethyst #A053EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 33.26%
G = 17.26%
B = 49.48%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A053EE (or 0xA053EE) is known color: Amethyst. HEX triplet: A0, 53 and EE. RGB value is (160,83,238). Sum of RGB (Red+Green+Blue) = 160+83+238=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #A053EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A053EE is #5FAC11. Grayscale: #7B7B7B. Windows color (decimal): -6269970 or 15618976. OLE color: 15618976.

HSL color Cylindrical-coordinate representation of color #A053EE: hue angle of 269.81º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A053EE is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 83 238 -
CMYK 0.33 0.65 0 0.07
HSL 269.81º 0.82% 0.63% -
HSV(B) 269.81º 0.65% 0.93% -
XYZ 33.02 19.83 82.98 -
YUV 123.69 192.51 153.9 -
System Red Green Blue C M Y K H S L
Decimal 160 83 238 0.33 0.65 0 0.07 269.81 0.82 0.63
Hex A0 53 EE 21 41 0 7 10E 52 3F
Octal 240 123 356 41 101 0 7 416 122 77
Binary 10100000 1010011 11101110 100001 1000001 0 111 100001110 1010010 111111

Color Harmonies of #A053EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053EE

Black with #A053EE

Text Example


Text Example

White with #A053EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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