#AA6ED5

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

Shades of Amethyst #AA6ED5

Tints of Amethyst #AA6ED5

Color information

#AA6ED5 (or 0xAA6ED5) is unknown color: approx Amethyst. HEX triplet: AA, 6E and D5. RGB value is (170,110,213). Sum of RGB (Red+Green+Blue) = 170+110+213=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA6ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ED5 is #55912A. Grayscale: #8B8B8B. Windows color (decimal): -5607723 or 13987498. OLE color: 13987498.

HSL color Cylindrical-coordinate representation of color #AA6ED5: hue angle of 274.95º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6ED5 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170110213-
CMYK0.200.4800.16
HSL274.95º55.08%63.33%-
HSV(B)274.95º48.36%83.53%-
XYZ34.1624.565.88-
YUV139.68169.38149.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 110 (43.36% from 255) = 22.31%
BLUE value IS 213 (83.59% from 255) = 43.20%
R=34.48%
G=22.31%
B=43.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701102130.200.4800.16274.9555.0863.33
HexAA6ED51430010113373f
Octal25215632524600204236777
Binary1010101011011101101010110100110000010000100010011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6ED5; }

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

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

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

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

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

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

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

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