#A476C9

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

Shades of Amethyst #A476C9

Tints of Amethyst #A476C9

Color information

#A476C9 (or 0xA476C9) is unknown color: approx Amethyst. HEX triplet: A4, 76 and C9. RGB value is (164,118,201). Sum of RGB (Red+Green+Blue) = 164+118+201=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #A476C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476C9 is #5B8936. Grayscale: #8C8C8C. Windows color (decimal): -5998903 or 13203108. OLE color: 13203108.

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

Color convert

RGB164118201-
CMYK0.180.4100.21
HSL273.25º43.46%62.55%-
HSV(B)273.25º41.29%78.82%-
XYZ32.3325.0758.39-
YUV141.22161.74144.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 118 (46.48% from 255) = 24.43%
BLUE value IS 201 (78.91% from 255) = 41.61%
R=33.95%
G=24.43%
B=41.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641182010.180.4100.21273.2543.4662.55
HexA476C912290151112b3f
Octal24416631122510254215377
Binary1010010011101101100100110010101001010101100010001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A476C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A476C9; }

 p { color: rgb(164,118,201); }

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

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

 a { background-color: rgb(164,118,201); }

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

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

 span { border-color: rgb(164,118,201); }

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