#A179BB

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

Shades of Purple Mountain's Majesty #A179BB

Tints of Purple Mountain's Majesty #A179BB

Color information

#A179BB (or 0xA179BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 79 and BB. RGB value is (161,121,187). Sum of RGB (Red+Green+Blue) = 161+121+187=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #A179BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179BB is #5E8644. Grayscale: #8C8C8C. Windows color (decimal): -6194757 or 12286369. OLE color: 12286369.

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

Color convert

RGB161121187-
CMYK0.140.3500.27
HSL276.36º32.67%60.39%-
HSV(B)276.36º35.29%73.33%-
XYZ30.524.8450.2-
YUV140.48154.25142.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=34.33%
G=25.80%
B=39.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611211870.140.3500.27276.3632.6760.39
HexA179BBE2301B114213c
Octal24117127316430334244174
Binary101000011111001101110111110100011011011100010100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A179BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A179BB; }

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

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

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

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

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

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

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

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