#AA6DDE

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

Shades of Amethyst #AA6DDE

Tints of Amethyst #AA6DDE

Color information

#AA6DDE (or 0xAA6DDE) is unknown color: approx Amethyst. HEX triplet: AA, 6D and DE. RGB value is (170,109,222). Sum of RGB (Red+Green+Blue) = 170+109+222=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA6DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DDE is #559221. Grayscale: #8B8B8B. Windows color (decimal): -5607970 or 14577066. OLE color: 14577066.

HSL color Cylindrical-coordinate representation of color #AA6DDE: hue angle of 272.39º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6DDE is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170109222-
CMYK0.230.5100.13
HSL272.39º63.13%64.9%-
HSV(B)272.39º50.9%87.06%-
XYZ35.2324.7672.03-
YUV140.12174.21149.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=33.93%
G=21.76%
B=44.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701092220.230.5100.13272.3963.1364.9
HexAA6DDE17330D1103f41
Octal252155336276301542077101
Binary1010101011011011101111010111110011011011000100001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DDE; }

 p { color: rgb(170,109,222); }

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

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

 a { background-color: rgb(170,109,222); }

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

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

 span { border-color: rgb(170,109,222); }

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