#A477C0

Color #A477C0 Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A477C0

Tints of Purple Mountain's Majesty #A477C0

Color information

#A477C0 (or 0xA477C0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 77 and C0. RGB value is (164,119,192). Sum of RGB (Red+Green+Blue) = 164+119+192=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #A477C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477C0 is #5B883F. Grayscale: #8C8C8C. Windows color (decimal): -5998656 or 12613540. OLE color: 12613540.

HSL color Cylindrical-coordinate representation of color #A477C0: hue angle of 276.99º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A477C0 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164119192-
CMYK0.150.3800.25
HSL276.99º36.68%60.98%-
HSV(B)276.99º38.02%75.29%-
XYZ31.4224.8953.02-
YUV140.78156.91144.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 119 (46.88% from 255) = 25.05%
BLUE value IS 192 (75.39% from 255) = 40.42%
R=34.53%
G=25.05%
B=40.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641191920.150.3800.25276.9936.6860.98
HexA477C0F26019115253d
Octal24416730017460314254575
Binary101001001110111110000001111100110011001100010101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A477C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A477C0; }

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

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

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

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

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

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

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

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