#A17EB9

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

Shades of Purple Mountain's Majesty #A17EB9

Tints of Purple Mountain's Majesty #A17EB9

Color information

#A17EB9 (or 0xA17EB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7E and B9. RGB value is (161,126,185). Sum of RGB (Red+Green+Blue) = 161+126+185=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #A17EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EB9 is #5E8146. Grayscale: #8E8E8E. Windows color (decimal): -6193479 or 12156577. OLE color: 12156577.

HSL color Cylindrical-coordinate representation of color #A17EB9: hue angle of 275.59º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A17EB9 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161126185-
CMYK0.130.3200.27
HSL275.59º29.65%60.98%-
HSV(B)275.59º31.89%72.55%-
XYZ30.922649.29-
YUV143.19151.6140.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 185 (72.66% from 255) = 39.19%
R=34.11%
G=26.69%
B=39.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611261850.130.3200.27275.5929.6560.98
HexA17EB9D2001B1141e3d
Octal24117627115400334243675
Binary10100001111111010111001110110000001101110001010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17EB9; }

 p { color: rgb(161,126,185); }

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

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

 a { background-color: rgb(161,126,185); }

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

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

 span { border-color: rgb(161,126,185); }

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