#AA73C8

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

Shades of Amethyst #AA73C8

Tints of Amethyst #AA73C8

Color information

#AA73C8 (or 0xAA73C8) is unknown color: approx Amethyst. HEX triplet: AA, 73 and C8. RGB value is (170,115,200). Sum of RGB (Red+Green+Blue) = 170+115+200=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA73C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73C8 is #558C37. Grayscale: #8C8C8C. Windows color (decimal): -5606456 or 13136810. OLE color: 13136810.

HSL color Cylindrical-coordinate representation of color #AA73C8: hue angle of 278.82º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA73C8 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170115200-
CMYK0.150.4200.22
HSL278.82º43.59%61.76%-
HSV(B)278.82º42.5%78.43%-
XYZ33.1324.9857.72-
YUV141.14161.22148.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 200 (78.52% from 255) = 41.24%
R=35.05%
G=23.71%
B=41.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701152000.150.4200.22278.8243.5961.76
HexAA73C8F2A0161172c3e
Octal25216331017520264275476
Binary101010101110011110010001111101010010110100010111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73C8; }

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

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

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

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

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

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

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

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