#AA6DD7

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

Shades of Amethyst #AA6DD7

Tints of Amethyst #AA6DD7

Color information

#AA6DD7 (or 0xAA6DD7) is unknown color: approx Amethyst. HEX triplet: AA, 6D and D7. RGB value is (170,109,215). Sum of RGB (Red+Green+Blue) = 170+109+215=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA6DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DD7 is #559228. Grayscale: #8A8A8A. Windows color (decimal): -5607977 or 14118314. OLE color: 14118314.

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

Color convert

RGB170109215-
CMYK0.210.4900.16
HSL274.53º56.99%63.53%-
HSV(B)274.53º49.3%84.31%-
XYZ34.3124.3967.19-
YUV139.32170.71149.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=34.41%
G=22.06%
B=43.52%

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
Decimal1701092150.210.4900.16274.5356.9963.53
HexAA6DD715310101133940
Octal252155327256102042371100
Binary10101010110110111010111101011100010100001000100111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DD7; }

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

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

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

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

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

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

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

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