#A477BF

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

Shades of Purple Mountain's Majesty #A477BF

Tints of Purple Mountain's Majesty #A477BF

Color information

#A477BF (or 0xA477BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 77 and BF. RGB value is (164,119,191). Sum of RGB (Red+Green+Blue) = 164+119+191=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #A477BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477BF is #5B8840. Grayscale: #8C8C8C. Windows color (decimal): -5998657 or 12548004. OLE color: 12548004.

HSL color Cylindrical-coordinate representation of color #A477BF: hue angle of 277.5º degrees, saturation: 0.36, 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 #A477BF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164119191-
CMYK0.140.3800.25
HSL277.5º36%60.78%-
HSV(B)277.5º37.7%74.9%-
XYZ31.3124.8552.44-
YUV140.66156.41144.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 191 (75% from 255) = 40.30%
R=34.60%
G=25.11%
B=40.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641191910.140.3800.25277.53660.78
HexA477BFE26019116243d
Octal24416727716460314264475
Binary101001001110111101111111110100110011001100010110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A477BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A477BF; }

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

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

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

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

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

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

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

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