#A172BA

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

Shades of Purple Mountain's Majesty #A172BA

Tints of Purple Mountain's Majesty #A172BA

Color information

#A172BA (or 0xA172BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 72 and BA. RGB value is (161,114,186). Sum of RGB (Red+Green+Blue) = 161+114+186=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #A172BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172BA is #5E8D45. Grayscale: #888888. Windows color (decimal): -6196550 or 12219041. OLE color: 12219041.

HSL color Cylindrical-coordinate representation of color #A172BA: hue angle of 279.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A172BA is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161114186-
CMYK0.130.3900.27
HSL279.17º34.29%58.82%-
HSV(B)279.17º38.71%72.94%-
XYZ29.5823.1649.37-
YUV136.26156.07145.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=34.92%
G=24.73%
B=40.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611141860.130.3900.27279.1734.2958.82
HexA172BAD2701B117223b
Octal24116227215470334274273
Binary101000011110010101110101101100111011011100010111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A172BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A172BA; }

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

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

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

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

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

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

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

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