#A178BE

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

Shades of Purple Mountain's Majesty #A178BE

Tints of Purple Mountain's Majesty #A178BE

Color information

#A178BE (or 0xA178BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 78 and BE. RGB value is (161,120,190). Sum of RGB (Red+Green+Blue) = 161+120+190=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #A178BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178BE is #5E8741. Grayscale: #8C8C8C. Windows color (decimal): -6195010 or 12482721. OLE color: 12482721.

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

Color convert

RGB161120190-
CMYK0.150.3700.25
HSL275.14º35%60.78%-
HSV(B)275.14º36.84%74.51%-
XYZ30.7124.7351.87-
YUV140.24156.08142.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=34.18%
G=25.48%
B=40.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611201900.150.3700.25275.143560.78
HexA178BEF25019113233d
Octal24117027617450314234375
Binary101000011111000101111101111100101011001100010011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178BE; }

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

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

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

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

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

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

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

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