#A17EBB

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

Shades of Purple Mountain's Majesty #A17EBB

Tints of Purple Mountain's Majesty #A17EBB

Color information

#A17EBB (or 0xA17EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 7E and BB. RGB value is (161,126,187). Sum of RGB (Red+Green+Blue) = 161+126+187=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #A17EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EBB is #5E8144. Grayscale: #8F8F8F. Windows color (decimal): -6193477 or 12287649. OLE color: 12287649.

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

Color convert

RGB161126187-
CMYK0.140.3300.27
HSL274.43º30.96%61.37%-
HSV(B)274.43º32.62%73.33%-
XYZ31.1326.0950.41-
YUV143.42152.6140.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 126 (49.61% from 255) = 26.58%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=33.97%
G=26.58%
B=39.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611261870.140.3300.27274.4330.9661.37
HexA17EBBE2101B1121f3d
Octal24117627316410334223775
Binary10100001111111010111011111010000101101110001001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17EBB; }

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

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

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

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

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

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

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

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