#AA6DD6

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

Shades of Amethyst #AA6DD6

Tints of Amethyst #AA6DD6

Color information

#AA6DD6 (or 0xAA6DD6) is unknown color: approx Amethyst. HEX triplet: AA, 6D and D6. RGB value is (170,109,214). Sum of RGB (Red+Green+Blue) = 170+109+214=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA6DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DD6 is #559229. Grayscale: #8A8A8A. Windows color (decimal): -5607978 or 14052778. OLE color: 14052778.

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

Color convert

RGB170109214-
CMYK0.210.4900.16
HSL274.86º56.15%63.33%-
HSV(B)274.86º49.07%83.92%-
XYZ34.1824.3466.51-
YUV139.21170.21149.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 109 (42.97% from 255) = 22.11%
BLUE value IS 214 (83.98% from 255) = 43.41%
R=34.48%
G=22.11%
B=43.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701092140.210.4900.16274.8656.1563.33
HexAA6DD61531010113383f
Octal25215532625610204237077
Binary1010101011011011101011010101110001010000100010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DD6; }

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

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

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

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

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

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

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

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