Html Css Color HEX #A053EC Amethyst

📋 copy color: '#A053EC'

red 160 ◦ green 83 ◦ blue 236

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

Shades of Amethyst #A053EC

Tints of Amethyst #A053EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 33.4%
G = 17.33%
B = 49.27%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A053EC (or 0xA053EC) is known color: Amethyst. HEX triplet: A0, 53 and EC. RGB value is (160,83,236). Sum of RGB (Red+Green+Blue) = 160+83+236=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #A053EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A053EC is #5FAC13. Grayscale: #7A7A7A. Windows color (decimal): -6269972 or 15487904. OLE color: 15487904.

HSL color Cylindrical-coordinate representation of color #A053EC: hue angle of 270.2º degrees, saturation: 0.8, 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 #A053EC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 83 236 -
CMYK 0.32 0.65 0 0.07
HSL 270.2º 0.8% 0.63% -
HSV(B) 270.2º 0.65% 0.93% -
XYZ 32.73 19.72 81.44 -
YUV 123.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 160 83 236 0.32 0.65 0 0.07 270.2 0.8 0.63
Hex A0 53 EC 20 41 0 7 10E 50 3F
Octal 240 123 354 40 101 0 7 416 120 77
Binary 10100000 1010011 11101100 100000 1000001 0 111 100001110 1010000 111111

Color Harmonies of #A053EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053EC

Black with #A053EC

Text Example


Text Example

White with #A053EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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