Html Css Color HEX #A04EDA Amethyst

📋 copy color: '#A04EDA'

red 160 ◦ green 78 ◦ blue 218

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

Shades of Amethyst #A04EDA

Tints of Amethyst #A04EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 35.09%
G = 17.11%
B = 47.81%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A04EDA (or 0xA04EDA) is known color: Amethyst. HEX triplet: A0, 4E and DA. RGB value is (160,78,218). Sum of RGB (Red+Green+Blue) = 160+78+218=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #A04EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04EDA is #5FB125. Grayscale: #767676. Windows color (decimal): -6271270 or 14306976. OLE color: 14306976.

HSL color Cylindrical-coordinate representation of color #A04EDA: hue angle of 275.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04EDA is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 78 218 -
CMYK 0.27 0.64 0 0.15
HSL 275.14º 0.65% 0.58% -
HSV(B) 275.14º 0.64% 0.85% -
XYZ 29.88 17.98 68.23 -
YUV 118.48 184.17 157.62 -
System Red Green Blue C M Y K H S L
Decimal 160 78 218 0.27 0.64 0 0.15 275.14 0.65 0.58
Hex A0 4E DA 1B 40 0 F 113 41 3A
Octal 240 116 332 33 100 0 17 423 101 72
Binary 10100000 1001110 11011010 11011 1000000 0 1111 100010011 1000001 111010

Color Harmonies of #A04EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04EDA

Black with #A04EDA

Text Example


Text Example

White with #A04EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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