#A176C0

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

Shades of Purple Mountain's Majesty #A176C0

Tints of Purple Mountain's Majesty #A176C0

Color information

#A176C0 (or 0xA176C0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 76 and C0. RGB value is (161,118,192). Sum of RGB (Red+Green+Blue) = 161+118+192=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #A176C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176C0 is #5E893F. Grayscale: #8B8B8B. Windows color (decimal): -6195520 or 12613281. OLE color: 12613281.

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

Color convert

RGB161118192-
CMYK0.160.3900.25
HSL274.86º37%60.78%-
HSV(B)274.86º38.54%75.29%-
XYZ30.6924.3452.95-
YUV139.29157.75143.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 192 (75.39% from 255) = 40.76%
R=34.18%
G=25.05%
B=40.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611181920.160.3900.25274.863760.78
HexA176C01027019113253d
Octal24116630020470314234575
Binary1010000111101101100000010000100111011001100010011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A176C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A176C0; }

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

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

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

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

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

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

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

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