#A473CE

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

Shades of Amethyst #A473CE

Tints of Amethyst #A473CE

Color information

#A473CE (or 0xA473CE) is unknown color: approx Amethyst. HEX triplet: A4, 73 and CE. RGB value is (164,115,206). Sum of RGB (Red+Green+Blue) = 164+115+206=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #A473CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473CE is #5B8C31. Grayscale: #8B8B8B. Windows color (decimal): -5999666 or 13530020. OLE color: 13530020.

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

Color convert

RGB164115206-
CMYK0.200.4400.19
HSL272.31º48.15%62.94%-
HSV(B)272.31º44.17%80.78%-
XYZ32.5824.6161.43-
YUV140.02165.23145.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=33.81%
G=23.71%
B=42.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641152060.200.4400.19272.3148.1562.94
HexA473CE142C013110303f
Octal24416331624540234206077
Binary1010010011100111100111010100101100010011100010000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A473CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A473CE; }

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

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

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

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

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

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

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

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