#A171BB

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

Shades of Purple Mountain's Majesty #A171BB

Tints of Purple Mountain's Majesty #A171BB

Color information

#A171BB (or 0xA171BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 71 and BB. RGB value is (161,113,187). Sum of RGB (Red+Green+Blue) = 161+113+187=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #A171BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171BB is #5E8E44. Grayscale: #878787. Windows color (decimal): -6196805 or 12284321. OLE color: 12284321.

HSL color Cylindrical-coordinate representation of color #A171BB: hue angle of 278.92º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A171BB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161113187-
CMYK0.140.4000.27
HSL278.92º35.24%58.82%-
HSV(B)278.92º39.57%73.33%-
XYZ29.5722.9849.89-
YUV135.79156.9145.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=34.92%
G=24.51%
B=40.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611131870.140.4000.27278.9235.2458.82
HexA171BBE2801B117233b
Octal24116127316500334274373
Binary101000011110001101110111110101000011011100010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171BB; }

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

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

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

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

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

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

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

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