Html Css Color HEX #A053D5 Amethyst

📋 copy color: '#A053D5'

red 160 ◦ green 83 ◦ blue 213

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

Shades of Amethyst #A053D5

Tints of Amethyst #A053D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.71%

R = 35.09%
G = 18.2%
B = 46.71%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A053D5 (or 0xA053D5) is known color: Amethyst. HEX triplet: A0, 53 and D5. RGB value is (160,83,213). Sum of RGB (Red+Green+Blue) = 160+83+213=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #A053D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053D5 is #5FAC2A. Grayscale: #787878. Windows color (decimal): -6269995 or 13980576. OLE color: 13980576.

HSL color Cylindrical-coordinate representation of color #A053D5: hue angle of 275.54º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A053D5 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 83 213 -
CMYK 0.25 0.61 0 0.16
HSL 275.54º 0.61% 0.58% -
HSV(B) 275.54º 0.61% 0.84% -
XYZ 29.6 18.46 64.95 -
YUV 120.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 160 83 213 0.25 0.61 0 0.16 275.54 0.61 0.58
Hex A0 53 D5 19 3D 0 10 114 3D 3A
Octal 240 123 325 31 75 0 20 424 75 72
Binary 10100000 1010011 11010101 11001 111101 0 10000 100010100 111101 111010

Color Harmonies of #A053D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053D5

Black with #A053D5

Text Example


Text Example

White with #A053D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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