#A17EBD

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

Shades of Purple Mountain's Majesty #A17EBD

Tints of Purple Mountain's Majesty #A17EBD

Color information

#A17EBD (or 0xA17EBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7E and BD. RGB value is (161,126,189). Sum of RGB (Red+Green+Blue) = 161+126+189=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #A17EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EBD is #5E8142. Grayscale: #8F8F8F. Windows color (decimal): -6193475 or 12418721. OLE color: 12418721.

HSL color Cylindrical-coordinate representation of color #A17EBD: hue angle of 273.33º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A17EBD is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161126189-
CMYK0.150.3300.26
HSL273.33º32.31%61.76%-
HSV(B)273.33º33.33%74.12%-
XYZ31.3426.1751.54-
YUV143.65153.6140.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 126 (49.61% from 255) = 26.47%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=33.82%
G=26.47%
B=39.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611261890.150.3300.26273.3332.3161.76
HexA17EBDF2101A111203e
Octal24117627517410324214076
Binary101000011111110101111011111100001011010100010001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17EBD; }

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

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

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

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

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

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

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

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