#AA6ED0

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

Shades of Amethyst #AA6ED0

Tints of Amethyst #AA6ED0

Color information

#AA6ED0 (or 0xAA6ED0) is unknown color: approx Amethyst. HEX triplet: AA, 6E and D0. RGB value is (170,110,208). Sum of RGB (Red+Green+Blue) = 170+110+208=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA6ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ED0 is #55912F. Grayscale: #8A8A8A. Windows color (decimal): -5607728 or 13659818. OLE color: 13659818.

HSL color Cylindrical-coordinate representation of color #AA6ED0: hue angle of 276.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA6ED0 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170110208-
CMYK0.180.4700.18
HSL276.73º51.04%62.35%-
HSV(B)276.73º47.12%81.57%-
XYZ33.5424.2562.59-
YUV139.11166.88150.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 110 (43.36% from 255) = 22.54%
BLUE value IS 208 (81.64% from 255) = 42.62%
R=34.84%
G=22.54%
B=42.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701102080.180.4700.18276.7351.0462.35
HexAA6ED0122F012115333e
Octal25215632022570224256376
Binary1010101011011101101000010010101111010010100010101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6ED0; }

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

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

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

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

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

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

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

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