#A04EE9

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

Shades of Amethyst #A04EE9

Tints of Amethyst #A04EE9

Color information

#A04EE9 (or 0xA04EE9) is unknown color: approx Amethyst. HEX triplet: A0, 4E and E9. RGB value is (160,78,233). Sum of RGB (Red+Green+Blue) = 160+78+233=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #A04EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04EE9 is #5FB116. Grayscale: #777777. Windows color (decimal): -6271255 or 15290016. OLE color: 15290016.

HSL color Cylindrical-coordinate representation of color #A04EE9: hue angle of 271.74º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04EE9 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16078233-
CMYK0.310.6700.09
HSL271.74º77.89%60.98%-
HSV(B)271.74º66.52%91.37%-
XYZ31.9318.8179.04-
YUV120.19191.67156.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 78 (30.86% from 255) = 16.56%
BLUE value IS 233 (91.41% from 255) = 49.47%
R=33.97%
G=16.56%
B=49.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal160782330.310.6700.09271.7477.8960.98
HexA04EE91F43091104e3d
Octal2401163513710301142011675
Binary10100000100111011101001111111000011010011000100001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04EE9; }

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

 H1.HeaderClassName
 {
   color: #A04EE9;
 }
 .AnyTagClassName
 {
   color: #A04EE9;
 }
</style>
background-color css

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

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

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

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

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

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