#A178B6

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

Shades of Purple Mountain's Majesty #A178B6

Tints of Purple Mountain's Majesty #A178B6

Color information

#A178B6 (or 0xA178B6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 78 and B6. RGB value is (161,120,182). Sum of RGB (Red+Green+Blue) = 161+120+182=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #A178B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178B6 is #5E8749. Grayscale: #8B8B8B. Windows color (decimal): -6195018 or 11958433. OLE color: 11958433.

HSL color Cylindrical-coordinate representation of color #A178B6: hue angle of 279.68º 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 #A178B6 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB161120182-
CMYK0.120.3400.29
HSL279.68º29.81%59.22%-
HSV(B)279.68º34.07%71.37%-
XYZ29.8624.3947.39-
YUV139.33152.08143.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 182 (71.48% from 255) = 39.31%
R=34.77%
G=25.92%
B=39.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611201820.120.3400.29279.6829.8159.22
HexA178B6C2201D1181e3b
Octal24117026614420354303673
Binary10100001111100010110110110010001001110110001100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178B6; }

 p { color: rgb(161,120,182); }

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

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

 a { background-color: rgb(161,120,182); }

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

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

 span { border-color: rgb(161,120,182); }

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