#A477CC

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

Shades of Amethyst #A477CC

Tints of Amethyst #A477CC

Color information

#A477CC (or 0xA477CC) is unknown color: approx Amethyst. HEX triplet: A4, 77 and CC. RGB value is (164,119,204). Sum of RGB (Red+Green+Blue) = 164+119+204=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #A477CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477CC is #5B8833. Grayscale: #8D8D8D. Windows color (decimal): -5998644 or 13399972. OLE color: 13399972.

HSL color Cylindrical-coordinate representation of color #A477CC: hue angle of 271.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A477CC is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164119204-
CMYK0.200.4200.2
HSL271.76º45.45%63.33%-
HSV(B)271.76º41.67%80%-
XYZ32.8125.4560.31-
YUV142.14162.91143.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 119 (46.88% from 255) = 24.44%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=33.68%
G=24.44%
B=41.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641192040.200.4200.2271.7645.4563.33
HexA477CC142A0141102d3f
Octal24416731424520244205577
Binary1010010011101111100110010100101010010100100010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A477CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A477CC; }

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

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

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

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

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

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

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

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