Html Css Color HEX #A05ED6 Amethyst

📋 copy color: '#A05ED6'

red 160 ◦ green 94 ◦ blue 214

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

Shades of Amethyst #A05ED6

Tints of Amethyst #A05ED6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.09%

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 34.19%
G = 20.09%
B = 45.73%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A05ED6 (or 0xA05ED6) is known color: Amethyst. HEX triplet: A0, 5E and D6. RGB value is (160,94,214). Sum of RGB (Red+Green+Blue) = 160+94+214=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #A05ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ED6 is #5FA129. Grayscale: #7F7F7F. Windows color (decimal): -6267178 or 14048928. OLE color: 14048928.

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

Color convert

RGB 160 94 214 -
CMYK 0.25 0.56 0 0.16
HSL 273º 0.59% 0.6% -
HSV(B) 273º 0.56% 0.84% -
XYZ 30.64 20.33 65.93 -
YUV 127.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 160 94 214 0.25 0.56 0 0.16 273 0.59 0.6
Hex A0 5E D6 19 38 0 10 111 3B 3C
Octal 240 136 326 31 70 0 20 421 73 74
Binary 10100000 1011110 11010110 11001 111000 0 10000 100010001 111011 111100

Color Harmonies of #A05ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ED6

Black with #A05ED6

Text Example


Text Example

White with #A05ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ED6; }

 p { color: rgb(160,94,214); }

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

background-color css

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

 a { background-color: rgb(160,94,214); }

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

border-color css

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

 span { border-color: rgb(160,94,214); }

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