#AA6DD9

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

Shades of Amethyst #AA6DD9

Tints of Amethyst #AA6DD9

Color information

#AA6DD9 (or 0xAA6DD9) is unknown color: approx Amethyst. HEX triplet: AA, 6D and D9. RGB value is (170,109,217). Sum of RGB (Red+Green+Blue) = 170+109+217=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA6DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DD9 is #559226. Grayscale: #8B8B8B. Windows color (decimal): -5607975 or 14249386. OLE color: 14249386.

HSL color Cylindrical-coordinate representation of color #AA6DD9: hue angle of 273.89º 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 #AA6DD9 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170109217-
CMYK0.220.5000.15
HSL273.89º58.7%63.92%-
HSV(B)273.89º49.77%85.1%-
XYZ34.5724.4968.55-
YUV139.55171.71149.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 217 (85.16% from 255) = 43.75%
R=34.27%
G=21.98%
B=43.75%

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
Decimal1701092170.220.5000.15273.8958.763.92
HexAA6DD916320F1123b40
Octal252155331266201742273100
Binary1010101011011011101100110110110010011111000100101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DD9; }

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

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

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

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

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

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

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

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