#A175BB

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

Shades of Purple Mountain's Majesty #A175BB

Tints of Purple Mountain's Majesty #A175BB

Color information

#A175BB (or 0xA175BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 75 and BB. RGB value is (161,117,187). Sum of RGB (Red+Green+Blue) = 161+117+187=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #A175BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175BB is #5E8A44. Grayscale: #898989. Windows color (decimal): -6195781 or 12285345. OLE color: 12285345.

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

Color convert

RGB161117187-
CMYK0.140.3700.27
HSL277.71º33.98%59.61%-
HSV(B)277.71º37.43%73.33%-
XYZ30.0323.8950.04-
YUV138.14155.58144.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=34.62%
G=25.16%
B=40.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611171870.140.3700.27277.7133.9859.61
HexA175BBE2501B116223c
Octal24116527316450334264274
Binary101000011110101101110111110100101011011100010110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175BB; }

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

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

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

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

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

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

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

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