#AA6EDA

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

Shades of Amethyst #AA6EDA

Tints of Amethyst #AA6EDA

Color information

#AA6EDA (or 0xAA6EDA) is unknown color: approx Amethyst. HEX triplet: AA, 6E and DA. RGB value is (170,110,218). Sum of RGB (Red+Green+Blue) = 170+110+218=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA6EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EDA is #559125. Grayscale: #8B8B8B. Windows color (decimal): -5607718 or 14315178. OLE color: 14315178.

HSL color Cylindrical-coordinate representation of color #AA6EDA: hue angle of 273.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6EDA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170110218-
CMYK0.220.5000.15
HSL273.33º59.34%64.31%-
HSV(B)273.33º49.54%85.49%-
XYZ34.8124.7669.27-
YUV140.25171.88149.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 110 (43.36% from 255) = 22.09%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=34.14%
G=22.09%
B=43.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701102180.220.5000.15273.3359.3464.31
HexAA6EDA16320F1113b40
Octal252156332266201742173100
Binary1010101011011101101101010110110010011111000100011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6EDA; }

 p { color: rgb(170,110,218); }

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

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

 a { background-color: rgb(170,110,218); }

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

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

 span { border-color: rgb(170,110,218); }

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