#A17EBA

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

Shades of Purple Mountain's Majesty #A17EBA

Tints of Purple Mountain's Majesty #A17EBA

Color information

#A17EBA (or 0xA17EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7E and BA. RGB value is (161,126,186). Sum of RGB (Red+Green+Blue) = 161+126+186=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #A17EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EBA is #5E8145. Grayscale: #8F8F8F. Windows color (decimal): -6193478 or 12222113. OLE color: 12222113.

HSL color Cylindrical-coordinate representation of color #A17EBA: hue angle of 275º 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 #A17EBA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161126186-
CMYK0.130.3200.27
HSL275º30.3%61.18%-
HSV(B)275º32.26%72.94%-
XYZ31.0226.0449.85-
YUV143.3152.1140.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=34.04%
G=26.64%
B=39.32%

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
Decimal1611261860.130.3200.2727530.361.18
HexA17EBAD2001B1131e3d
Octal24117627215400334233675
Binary10100001111111010111010110110000001101110001001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17EBA; }

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

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

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

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

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

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

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

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