#AA73CA

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

Shades of Amethyst #AA73CA

Tints of Amethyst #AA73CA

Color information

#AA73CA (or 0xAA73CA) is unknown color: approx Amethyst. HEX triplet: AA, 73 and CA. RGB value is (170,115,202). Sum of RGB (Red+Green+Blue) = 170+115+202=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA73CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73CA is #558C35. Grayscale: #8D8D8D. Windows color (decimal): -5606454 or 13267882. OLE color: 13267882.

HSL color Cylindrical-coordinate representation of color #AA73CA: hue angle of 277.93º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA73CA is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170115202-
CMYK0.160.4300.21
HSL277.93º45.08%62.16%-
HSV(B)277.93º43.07%79.22%-
XYZ33.3725.0758.96-
YUV141.36162.22148.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 115 (45.31% from 255) = 23.61%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=34.91%
G=23.61%
B=41.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701152020.160.4300.21277.9345.0862.16
HexAA73CA102B0151162d3e
Octal25216331220530254265576
Binary1010101011100111100101010000101011010101100010110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73CA; }

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

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

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

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

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

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

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

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