#AA6AD5

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

Shades of Amethyst #AA6AD5

Tints of Amethyst #AA6AD5

Color information

#AA6AD5 (or 0xAA6AD5) is unknown color: approx Amethyst. HEX triplet: AA, 6A and D5. RGB value is (170,106,213). Sum of RGB (Red+Green+Blue) = 170+106+213=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA6AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AD5 is #55952A. Grayscale: #888888. Windows color (decimal): -5608747 or 13986474. OLE color: 13986474.

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

Color convert

RGB170106213-
CMYK0.200.5000.16
HSL275.89º56.02%62.55%-
HSV(B)275.89º50.23%83.53%-
XYZ33.7423.6665.74-
YUV137.33170.7151.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 106 (41.80% from 255) = 21.68%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=34.76%
G=21.68%
B=43.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701062130.200.5000.16275.8956.0262.55
HexAA6AD51432010114383f
Octal25215232524620204247077
Binary1010101011010101101010110100110010010000100010100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AD5; }

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

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

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

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

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

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

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

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