#A177B5

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

Shades of Purple Mountain's Majesty #A177B5

Tints of Purple Mountain's Majesty #A177B5

Color information

#A177B5 (or 0xA177B5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 77 and B5. RGB value is (161,119,181). Sum of RGB (Red+Green+Blue) = 161+119+181=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #A177B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177B5 is #5E884A. Grayscale: #8A8A8A. Windows color (decimal): -6195275 or 11892641. OLE color: 11892641.

HSL color Cylindrical-coordinate representation of color #A177B5: hue angle of 280.65º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A177B5 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB161119181-
CMYK0.110.3400.29
HSL280.65º29.52%58.82%-
HSV(B)280.65º34.25%70.98%-
XYZ29.6424.1146.81-
YUV138.63151.91143.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=34.92%
G=25.81%
B=39.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611191810.110.3400.29280.6529.5258.82
HexA177B5B2201D1191e3b
Octal24116726513420354313673
Binary10100001111011110110101101110001001110110001100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A177B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A177B5; }

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

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

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

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

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

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

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

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