#A04EDE

Color #A04EDE Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A04EDE

Tints of Amethyst #A04EDE

Color information

#A04EDE (or 0xA04EDE) is unknown color: approx 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

RGB16078222-
CMYK0.280.6500.13
HSL274.17º68.57%58.82%-
HSV(B)274.17º64.86%87.06%-
XYZ30.4118.271.02-
YUV118.93186.17157.29-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160782220.280.6500.13274.1768.5758.82
HexA04EDE1C410D112453b
Octal2401163363410101542210573
Binary10100000100111011011110111001000001011011000100101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>