Html Css Color HEX #A050ED Amethyst

📋 copy color: '#A050ED'

red 160 ◦ green 80 ◦ blue 237

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

Shades of Amethyst #A050ED

Tints of Amethyst #A050ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.77%

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 33.54%
G = 16.77%
B = 49.69%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A050ED (or 0xA050ED) is known color: Amethyst. HEX triplet: A0, 50 and ED. RGB value is (160,80,237). Sum of RGB (Red+Green+Blue) = 160+80+237=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #A050ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A050ED is #5FAF12. Grayscale: #797979. Windows color (decimal): -6270739 or 15552672. OLE color: 15552672.

HSL color Cylindrical-coordinate representation of color #A050ED: hue angle of 270.57º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A050ED is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 80 237 -
CMYK 0.32 0.66 0 0.07
HSL 270.57º 0.81% 0.62% -
HSV(B) 270.57º 0.66% 0.93% -
XYZ 32.65 19.33 82.13 -
YUV 121.82 193 155.23 -
System Red Green Blue C M Y K H S L
Decimal 160 80 237 0.32 0.66 0 0.07 270.57 0.81 0.62
Hex A0 50 ED 20 42 0 7 10F 51 3E
Octal 240 120 355 40 102 0 7 417 121 76
Binary 10100000 1010000 11101101 100000 1000010 0 111 100001111 1010001 111110

Color Harmonies of #A050ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A050ED

Black with #A050ED

Text Example


Text Example

White with #A050ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A050ED; }

 p { color: rgb(160,80,237); }

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

background-color css

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

 a { background-color: rgb(160,80,237); }

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

border-color css

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

 span { border-color: rgb(160,80,237); }

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