#AA73D0

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

Shades of Amethyst #AA73D0

Tints of Amethyst #AA73D0

Color information

#AA73D0 (or 0xAA73D0) is unknown color: approx Amethyst. HEX triplet: AA, 73 and D0. RGB value is (170,115,208). Sum of RGB (Red+Green+Blue) = 170+115+208=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA73D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73D0 is #558C2F. Grayscale: #8D8D8D. Windows color (decimal): -5606448 or 13661098. OLE color: 13661098.

HSL color Cylindrical-coordinate representation of color #AA73D0: hue angle of 275.48º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA73D0 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170115208-
CMYK0.180.4500.18
HSL275.48º49.73%63.33%-
HSV(B)275.48º44.71%81.57%-
XYZ34.0925.3662.77-
YUV142.05165.22147.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 115 (45.31% from 255) = 23.33%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=34.48%
G=23.33%
B=42.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701152080.180.4500.18275.4849.7363.33
HexAA73D0122D012113323f
Octal25216332022550224236277
Binary1010101011100111101000010010101101010010100010011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73D0; }

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

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

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

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

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

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

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

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