#A477CA

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

Shades of Amethyst #A477CA

Tints of Amethyst #A477CA

Color information

#A477CA (or 0xA477CA) is unknown color: approx Amethyst. HEX triplet: A4, 77 and CA. RGB value is (164,119,202). Sum of RGB (Red+Green+Blue) = 164+119+202=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #A477CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477CA is #5B8835. Grayscale: #8D8D8D. Windows color (decimal): -5998646 or 13268900. OLE color: 13268900.

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

Color convert

RGB164119202-
CMYK0.190.4100.21
HSL272.53º43.92%62.94%-
HSV(B)272.53º41.09%79.22%-
XYZ32.5725.3559.05-
YUV141.92161.91143.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=33.81%
G=24.54%
B=41.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641192020.190.4100.21272.5343.9262.94
HexA477CA13290151112c3f
Octal24416731223510254215477
Binary1010010011101111100101010011101001010101100010001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A477CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A477CA; }

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

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

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

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

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

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

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

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