#A171BD

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

Shades of Purple Mountain's Majesty #A171BD

Tints of Purple Mountain's Majesty #A171BD

Color information

#A171BD (or 0xA171BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 71 and BD. RGB value is (161,113,189). Sum of RGB (Red+Green+Blue) = 161+113+189=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #A171BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171BD is #5E8E42. Grayscale: #878787. Windows color (decimal): -6196803 or 12415393. OLE color: 12415393.

HSL color Cylindrical-coordinate representation of color #A171BD: hue angle of 277.89º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A171BD is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161113189-
CMYK0.150.4000.26
HSL277.89º36.54%59.22%-
HSV(B)277.89º40.21%74.12%-
XYZ29.7923.0651.03-
YUV136.02157.9145.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 113 (44.53% from 255) = 24.41%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=34.77%
G=24.41%
B=40.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611131890.150.4000.26277.8936.5459.22
HexA171BDF2801A116253b
Octal24116127517500324264573
Binary101000011110001101111011111101000011010100010110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171BD; }

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

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

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

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

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

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

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

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