#AA73DD

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

Shades of Amethyst #AA73DD

Tints of Amethyst #AA73DD

Color information

#AA73DD (or 0xAA73DD) is unknown color: approx Amethyst. HEX triplet: AA, 73 and DD. RGB value is (170,115,221). Sum of RGB (Red+Green+Blue) = 170+115+221=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA73DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73DD is #558C22. Grayscale: #8F8F8F. Windows color (decimal): -5606435 or 14513066. OLE color: 14513066.

HSL color Cylindrical-coordinate representation of color #AA73DD: hue angle of 271.13º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA73DD is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170115221-
CMYK0.230.4800.13
HSL271.13º60.92%65.88%-
HSV(B)271.13º47.96%86.67%-
XYZ35.7626.0371.55-
YUV143.53171.72146.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 115 (45.31% from 255) = 22.73%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=33.60%
G=22.73%
B=43.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701152210.230.4800.13271.1360.9265.88
HexAA73DD17300D10f3d42
Octal252163335276001541775102
Binary1010101011100111101110110111110000011011000011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73DD; }

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

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

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

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

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

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

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

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