Html Css Color HEX #A054ED Amethyst

📋 copy color: '#A054ED'

red 160 ◦ green 84 ◦ blue 237

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

Shades of Amethyst #A054ED

Tints of Amethyst #A054ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.46%

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

R = 33.26%
G = 17.46%
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

#A054ED (or 0xA054ED) is known color: Amethyst. HEX triplet: A0, 54 and ED. RGB value is (160,84,237). Sum of RGB (Red+Green+Blue) = 160+84+237=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #A054ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A054ED is #5FAB12. Grayscale: #7B7B7B. Windows color (decimal): -6269715 or 15553696. OLE color: 15553696.

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

Color convert

RGB 160 84 237 -
CMYK 0.32 0.65 0 0.07
HSL 269.8º 0.81% 0.63% -
HSV(B) 269.8º 0.65% 0.93% -
XYZ 32.95 19.93 82.23 -
YUV 124.17 191.68 153.56 -
System Red Green Blue C M Y K H S L
Decimal 160 84 237 0.32 0.65 0 0.07 269.8 0.81 0.63
Hex A0 54 ED 20 41 0 7 10E 51 3F
Octal 240 124 355 40 101 0 7 416 121 77
Binary 10100000 1010100 11101101 100000 1000001 0 111 100001110 1010001 111111

Color Harmonies of #A054ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054ED

Black with #A054ED

Text Example


Text Example

White with #A054ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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