#A178C0

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

Shades of Purple Mountain's Majesty #A178C0

Tints of Purple Mountain's Majesty #A178C0

Color information

#A178C0 (or 0xA178C0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 78 and C0. RGB value is (161,120,192). Sum of RGB (Red+Green+Blue) = 161+120+192=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #A178C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178C0 is #5E873F. Grayscale: #8C8C8C. Windows color (decimal): -6195008 or 12613793. OLE color: 12613793.

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

Color convert

RGB161120192-
CMYK0.160.3800.25
HSL274.17º36.36%61.18%-
HSV(B)274.17º37.5%75.29%-
XYZ30.9324.8253.03-
YUV140.47157.08142.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 192 (75.39% from 255) = 40.59%
R=34.04%
G=25.37%
B=40.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611201920.160.3800.25274.1736.3661.18
HexA178C01026019112243d
Octal24117030020460314224475
Binary1010000111110001100000010000100110011001100010010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178C0; }

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

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

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

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

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

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

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

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