#A175BE

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

Shades of Purple Mountain's Majesty #A175BE

Tints of Purple Mountain's Majesty #A175BE

Color information

#A175BE (or 0xA175BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 75 and BE. RGB value is (161,117,190). Sum of RGB (Red+Green+Blue) = 161+117+190=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #A175BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175BE is #5E8A41. Grayscale: #8A8A8A. Windows color (decimal): -6195778 or 12481953. OLE color: 12481953.

HSL color Cylindrical-coordinate representation of color #A175BE: hue angle of 276.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A175BE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161117190-
CMYK0.150.3800.25
HSL276.16º35.96%60.2%-
HSV(B)276.16º38.42%74.51%-
XYZ30.3524.0251.75-
YUV138.48157.08144.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=34.40%
G=25%
B=40.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611171900.150.3800.25276.1635.9660.2
HexA175BEF26019114243c
Octal24116527617460314244474
Binary101000011110101101111101111100110011001100010100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175BE; }

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

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

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

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

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

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

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

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