#A477D5

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

Shades of Amethyst #A477D5

Tints of Amethyst #A477D5

Color information

#A477D5 (or 0xA477D5) is unknown color: approx Amethyst. HEX triplet: A4, 77 and D5. RGB value is (164,119,213). Sum of RGB (Red+Green+Blue) = 164+119+213=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #A477D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477D5 is #5B882A. Grayscale: #8E8E8E. Windows color (decimal): -5998635 or 13989796. OLE color: 13989796.

HSL color Cylindrical-coordinate representation of color #A477D5: hue angle of 268.72º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A477D5 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164119213-
CMYK0.230.4400.16
HSL268.72º52.81%65.1%-
HSV(B)268.72º44.13%83.53%-
XYZ33.9225.8966.16-
YUV143.17167.41142.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 119 (46.88% from 255) = 23.99%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=33.06%
G=23.99%
B=42.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641192130.230.4400.16268.7252.8165.1
HexA477D5172C01010d3541
Octal244167325275402041565101
Binary10100100111011111010101101111011000100001000011011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A477D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A477D5; }

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

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

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

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

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

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

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

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