Html Css Color HEX #A053DE Amethyst

📋 copy color: '#A053DE'

red 160 ◦ green 83 ◦ blue 222

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

Shades of Amethyst #A053DE

Tints of Amethyst #A053DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 34.41%
G = 17.85%
B = 47.74%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A053DE (or 0xA053DE) is known color: Amethyst. HEX triplet: A0, 53 and DE. RGB value is (160,83,222). Sum of RGB (Red+Green+Blue) = 160+83+222=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #A053DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053DE is #5FAC21. Grayscale: #797979. Windows color (decimal): -6269986 or 14570400. OLE color: 14570400.

HSL color Cylindrical-coordinate representation of color #A053DE: hue angle of 273.24º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A053DE is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 83 222 -
CMYK 0.28 0.63 0 0.13
HSL 273.24º 0.68% 0.6% -
HSV(B) 273.24º 0.63% 0.87% -
XYZ 30.78 18.93 71.14 -
YUV 121.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 160 83 222 0.28 0.63 0 0.13 273.24 0.68 0.6
Hex A0 53 DE 1C 3F 0 D 111 44 3C
Octal 240 123 336 34 77 0 15 421 104 74
Binary 10100000 1010011 11011110 11100 111111 0 1101 100010001 1000100 111100

Color Harmonies of #A053DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053DE

Black with #A053DE

Text Example


Text Example

White with #A053DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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