#A176BE

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

Shades of Purple Mountain's Majesty #A176BE

Tints of Purple Mountain's Majesty #A176BE

Color information

#A176BE (or 0xA176BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 76 and BE. RGB value is (161,118,190). Sum of RGB (Red+Green+Blue) = 161+118+190=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A176BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176BE is #5E8941. Grayscale: #8A8A8A. Windows color (decimal): -6195522 or 12482209. OLE color: 12482209.

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

Color convert

RGB161118190-
CMYK0.150.3800.25
HSL275.83º35.64%60.39%-
HSV(B)275.83º37.89%74.51%-
XYZ30.4724.2551.79-
YUV139.06156.75143.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=34.33%
G=25.16%
B=40.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611181900.150.3800.25275.8335.6460.39
HexA176BEF26019114243c
Octal24116627617460314244474
Binary101000011110110101111101111100110011001100010100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A176BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A176BE; }

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

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

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

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

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

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

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

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