#AA73D6

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

Shades of Amethyst #AA73D6

Tints of Amethyst #AA73D6

Color information

#AA73D6 (or 0xAA73D6) is unknown color: approx Amethyst. HEX triplet: AA, 73 and D6. RGB value is (170,115,214). Sum of RGB (Red+Green+Blue) = 170+115+214=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA73D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73D6 is #558C29. Grayscale: #8E8E8E. Windows color (decimal): -5606442 or 14054314. OLE color: 14054314.

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

Color convert

RGB170115214-
CMYK0.210.4600.16
HSL273.33º54.7%64.51%-
HSV(B)273.33º46.26%83.92%-
XYZ34.8525.6666.74-
YUV142.73168.22147.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 115 (45.31% from 255) = 23.05%
BLUE value IS 214 (83.98% from 255) = 42.89%
R=34.07%
G=23.05%
B=42.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701152140.210.4600.16273.3354.764.51
HexAA73D6152E0101113741
Octal252163326255602042167101
Binary10101010111001111010110101011011100100001000100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73D6; }

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

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

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

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

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

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

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

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