#AA73CD

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

Shades of Amethyst #AA73CD

Tints of Amethyst #AA73CD

Color information

#AA73CD (or 0xAA73CD) is unknown color: approx Amethyst. HEX triplet: AA, 73 and CD. RGB value is (170,115,205). Sum of RGB (Red+Green+Blue) = 170+115+205=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA73CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73CD is #558C32. Grayscale: #8D8D8D. Windows color (decimal): -5606451 or 13464490. OLE color: 13464490.

HSL color Cylindrical-coordinate representation of color #AA73CD: hue angle of 276.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA73CD is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170115205-
CMYK0.170.4400.20
HSL276.67º47.37%62.75%-
HSV(B)276.67º43.9%80.39%-
XYZ33.7325.2260.85-
YUV141.7163.72148.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=34.69%
G=23.47%
B=41.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701152050.170.4400.20276.6747.3762.75
HexAA73CD112C0141152f3f
Octal25216331521540244255777
Binary1010101011100111100110110001101100010100100010101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73CD; }

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

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

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

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

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

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

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

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