#A176B8

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

Shades of Purple Mountain's Majesty #A176B8

Tints of Purple Mountain's Majesty #A176B8

Color information

#A176B8 (or 0xA176B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 76 and B8. RGB value is (161,118,184). Sum of RGB (Red+Green+Blue) = 161+118+184=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 184 - color contains mainly: blue. Hex color #A176B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176B8 is #5E8947. Grayscale: #8A8A8A. Windows color (decimal): -6195528 or 12088993. OLE color: 12088993.

HSL color Cylindrical-coordinate representation of color #A176B8: hue angle of 279.09º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A176B8 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB161118184-
CMYK0.120.3600.28
HSL279.09º31.73%59.22%-
HSV(B)279.09º35.87%72.16%-
XYZ29.8323.9948.41-
YUV138.38153.75144.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 184 (72.27% from 255) = 39.74%
R=34.77%
G=25.49%
B=39.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611181840.120.3600.28279.0931.7359.22
HexA176B8C2401C117203b
Octal24116627014440344274073
Binary101000011110110101110001100100100011100100010111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A176B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A176B8; }

 p { color: rgb(161,118,184); }

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

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

 a { background-color: rgb(161,118,184); }

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

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

 span { border-color: rgb(161,118,184); }

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