#AA6AD8

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

Shades of Amethyst #AA6AD8

Tints of Amethyst #AA6AD8

Color information

#AA6AD8 (or 0xAA6AD8) is unknown color: approx Amethyst. HEX triplet: AA, 6A and D8. RGB value is (170,106,216). Sum of RGB (Red+Green+Blue) = 170+106+216=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA6AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AD8 is #559527. Grayscale: #898989. Windows color (decimal): -5608744 or 14183082. OLE color: 14183082.

HSL color Cylindrical-coordinate representation of color #AA6AD8: hue angle of 274.91º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6AD8 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170106216-
CMYK0.210.5100.15
HSL274.91º58.51%63.14%-
HSV(B)274.91º50.93%84.71%-
XYZ34.1323.8167.76-
YUV137.68172.2151.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 106 (41.80% from 255) = 21.54%
BLUE value IS 216 (84.77% from 255) = 43.90%
R=34.55%
G=21.54%
B=43.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701062160.210.5100.15274.9158.5163.14
HexAA6AD815330F1133b3f
Octal25215233025630174237377
Binary101010101101010110110001010111001101111100010011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AD8; }

 p { color: rgb(170,106,216); }

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

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

 a { background-color: rgb(170,106,216); }

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

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

 span { border-color: rgb(170,106,216); }

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