#A177BF

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

Shades of Purple Mountain's Majesty #A177BF

Tints of Purple Mountain's Majesty #A177BF

Color information

#A177BF (or 0xA177BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 77 and BF. RGB value is (161,119,191). Sum of RGB (Red+Green+Blue) = 161+119+191=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #A177BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177BF is #5E8840. Grayscale: #8B8B8B. Windows color (decimal): -6195265 or 12548001. OLE color: 12548001.

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

Color convert

RGB161119191-
CMYK0.160.3800.25
HSL275º36%60.78%-
HSV(B)275º37.7%74.9%-
XYZ30.724.5352.41-
YUV139.77156.91143.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 191 (75% from 255) = 40.55%
R=34.18%
G=25.27%
B=40.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611191910.160.3800.252753660.78
HexA177BF1026019113243d
Octal24116727720460314234475
Binary1010000111101111011111110000100110011001100010011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A177BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A177BF; }

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

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

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

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

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

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

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

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