Html Css Color HEX #A04EDE Amethyst

📋 copy color: '#A04EDE'

red 160 ◦ green 78 ◦ blue 222

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

Shades of Amethyst #A04EDE

Tints of Amethyst #A04EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.96%

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 34.78%
G = 16.96%
B = 48.26%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A04EDE (or 0xA04EDE) is known color: Amethyst. HEX triplet: A0, 4E and DE. RGB value is (160,78,222). Sum of RGB (Red+Green+Blue) = 160+78+222=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #A04EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04EDE is #5FB121. Grayscale: #767676. Windows color (decimal): -6271266 or 14569120. OLE color: 14569120.

HSL color Cylindrical-coordinate representation of color #A04EDE: hue angle of 274.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04EDE is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 78 222 -
CMYK 0.28 0.65 0 0.13
HSL 274.17º 0.69% 0.59% -
HSV(B) 274.17º 0.65% 0.87% -
XYZ 30.41 18.2 71.02 -
YUV 118.93 186.17 157.29 -
System Red Green Blue C M Y K H S L
Decimal 160 78 222 0.28 0.65 0 0.13 274.17 0.69 0.59
Hex A0 4E DE 1C 41 0 D 112 45 3B
Octal 240 116 336 34 101 0 15 422 105 73
Binary 10100000 1001110 11011110 11100 1000001 0 1101 100010010 1000101 111011

Color Harmonies of #A04EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04EDE

Black with #A04EDE

Text Example


Text Example

White with #A04EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04EDE; }

 p { color: rgb(160,78,222); }

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

background-color css

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

 a { background-color: rgb(160,78,222); }

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

border-color css

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

 span { border-color: rgb(160,78,222); }

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