#A176BA

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

Shades of Purple Mountain's Majesty #A176BA

Tints of Purple Mountain's Majesty #A176BA

Color information

#A176BA (or 0xA176BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 76 and BA. RGB value is (161,118,186). Sum of RGB (Red+Green+Blue) = 161+118+186=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A176BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176BA is #5E8945. Grayscale: #8A8A8A. Windows color (decimal): -6195526 or 12220065. OLE color: 12220065.

HSL color Cylindrical-coordinate representation of color #A176BA: hue angle of 277.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A176BA is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161118186-
CMYK0.130.3700.27
HSL277.94º33.01%59.61%-
HSV(B)277.94º36.56%72.94%-
XYZ30.0424.0849.52-
YUV138.61154.75143.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 186 (73.05% from 255) = 40%
R=34.62%
G=25.38%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611181860.130.3700.27277.9433.0159.61
HexA176BAD2501B116213c
Octal24116627215450334264174
Binary101000011110110101110101101100101011011100010110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A176BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A176BA; }

 p { color: rgb(161,118,186); }

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

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

 a { background-color: rgb(161,118,186); }

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

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

 span { border-color: rgb(161,118,186); }

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