#A473CA

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

Shades of Amethyst #A473CA

Tints of Amethyst #A473CA

Color information

#A473CA (or 0xA473CA) is unknown color: approx Amethyst. HEX triplet: A4, 73 and CA. RGB value is (164,115,202). Sum of RGB (Red+Green+Blue) = 164+115+202=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #A473CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473CA is #5B8C35. Grayscale: #8B8B8B. Windows color (decimal): -5999670 or 13267876. OLE color: 13267876.

HSL color Cylindrical-coordinate representation of color #A473CA: hue angle of 273.79º 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 #A473CA is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164115202-
CMYK0.190.4300.21
HSL273.79º45.08%62.16%-
HSV(B)273.79º43.07%79.22%-
XYZ32.124.4258.9-
YUV139.57163.23145.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 115 (45.31% from 255) = 23.91%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=34.10%
G=23.91%
B=42.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641152020.190.4300.21273.7945.0862.16
HexA473CA132B0151122d3e
Octal24416331223530254225576
Binary1010010011100111100101010011101011010101100010010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A473CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A473CA; }

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

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

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

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

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

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

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

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