#AA6DD1

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

Shades of Amethyst #AA6DD1

Tints of Amethyst #AA6DD1

Color information

#AA6DD1 (or 0xAA6DD1) is unknown color: approx Amethyst. HEX triplet: AA, 6D and D1. RGB value is (170,109,209). Sum of RGB (Red+Green+Blue) = 170+109+209=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA6DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DD1 is #55922E. Grayscale: #8A8A8A. Windows color (decimal): -5607983 or 13725098. OLE color: 13725098.

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

Color convert

RGB170109209-
CMYK0.190.4800.18
HSL276.6º52.08%62.35%-
HSV(B)276.6º47.85%81.96%-
XYZ33.5524.0963.2-
YUV138.64167.71150.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 209 (82.03% from 255) = 42.83%
R=34.84%
G=22.34%
B=42.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701092090.190.4800.18276.652.0862.35
HexAA6DD11330012115343e
Octal25215532123600224256476
Binary1010101011011011101000110011110000010010100010101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DD1; }

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

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

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

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

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

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

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

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