Html Css Color HEX #A053DA Amethyst

📋 copy color: '#A053DA'

red 160 ◦ green 83 ◦ blue 218

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

Shades of Amethyst #A053DA

Tints of Amethyst #A053DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 34.71%
G = 18%
B = 47.29%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A053DA (or 0xA053DA) is known color: Amethyst. HEX triplet: A0, 53 and DA. RGB value is (160,83,218). Sum of RGB (Red+Green+Blue) = 160+83+218=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #A053DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053DA is #5FAC25. Grayscale: #787878. Windows color (decimal): -6269990 or 14308256. OLE color: 14308256.

HSL color Cylindrical-coordinate representation of color #A053DA: hue angle of 274.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A053DA is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 83 218 -
CMYK 0.27 0.62 0 0.15
HSL 274.22º 0.65% 0.59% -
HSV(B) 274.22º 0.62% 0.85% -
XYZ 30.25 18.72 68.35 -
YUV 121.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 160 83 218 0.27 0.62 0 0.15 274.22 0.65 0.59
Hex A0 53 DA 1B 3E 0 F 112 41 3B
Octal 240 123 332 33 76 0 17 422 101 73
Binary 10100000 1010011 11011010 11011 111110 0 1111 100010010 1000001 111011

Color Harmonies of #A053DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053DA

Black with #A053DA

Text Example


Text Example

White with #A053DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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