#A179BD

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

Shades of Purple Mountain's Majesty #A179BD

Tints of Purple Mountain's Majesty #A179BD

Color information

#A179BD (or 0xA179BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 79 and BD. RGB value is (161,121,189). Sum of RGB (Red+Green+Blue) = 161+121+189=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #A179BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179BD is #5E8642. Grayscale: #8C8C8C. Windows color (decimal): -6194755 or 12417441. OLE color: 12417441.

HSL color Cylindrical-coordinate representation of color #A179BD: hue angle of 275.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A179BD is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161121189-
CMYK0.150.3600.26
HSL275.29º34%60.78%-
HSV(B)275.29º35.98%74.12%-
XYZ30.7224.9351.34-
YUV140.71155.25142.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=34.18%
G=25.69%
B=40.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611211890.150.3600.26275.293460.78
HexA179BDF2401A113223d
Octal24117127517440324234275
Binary101000011111001101111011111100100011010100010011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A179BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A179BD; }

 p { color: rgb(161,121,189); }

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

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

 a { background-color: rgb(161,121,189); }

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

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

 span { border-color: rgb(161,121,189); }

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