#A178BA

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

Shades of Purple Mountain's Majesty #A178BA

Tints of Purple Mountain's Majesty #A178BA

Color information

#A178BA (or 0xA178BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 78 and BA. RGB value is (161,120,186). Sum of RGB (Red+Green+Blue) = 161+120+186=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #A178BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178BA is #5E8745. Grayscale: #8B8B8B. Windows color (decimal): -6195014 or 12220577. OLE color: 12220577.

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

Color convert

RGB161120186-
CMYK0.130.3500.27
HSL277.27º32.35%60%-
HSV(B)277.27º35.48%72.94%-
XYZ30.2824.5649.6-
YUV139.78154.08143.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=34.48%
G=25.70%
B=39.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611201860.130.3500.27277.2732.3560
HexA178BAD2301B115203c
Octal24117027215430334254074
Binary101000011111000101110101101100011011011100010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178BA; }

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

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

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

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

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

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

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

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