#A179BC

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

Shades of Purple Mountain's Majesty #A179BC

Tints of Purple Mountain's Majesty #A179BC

Color information

#A179BC (or 0xA179BC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 79 and BC. RGB value is (161,121,188). Sum of RGB (Red+Green+Blue) = 161+121+188=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #A179BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179BC is #5E8643. Grayscale: #8C8C8C. Windows color (decimal): -6194756 or 12351905. OLE color: 12351905.

HSL color Cylindrical-coordinate representation of color #A179BC: hue angle of 275.82º degrees, saturation: 0.33, 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 #A179BC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161121188-
CMYK0.140.3600.26
HSL275.82º33.33%60.59%-
HSV(B)275.82º35.64%73.73%-
XYZ30.6124.8850.77-
YUV140.6154.75142.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 188 (73.83% from 255) = 40%
R=34.26%
G=25.74%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611211880.140.3600.26275.8233.3360.59
HexA179BCE2401A114213d
Octal24117127416440324244175
Binary101000011111001101111001110100100011010100010100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A179BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A179BC; }

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

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

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

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

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

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

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

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