#A180BE

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

Shades of Purple Mountain's Majesty #A180BE

Tints of Purple Mountain's Majesty #A180BE

Color information

#A180BE (or 0xA180BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A1, 80 and BE. RGB value is (161,128,190). Sum of RGB (Red+Green+Blue) = 161+128+190=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #A180BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180BE is #5E7F41. Grayscale: #909090. Windows color (decimal): -6192962 or 12484769. OLE color: 12484769.

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

Color convert

RGB161128190-
CMYK0.150.3300.25
HSL271.94º32.29%62.35%-
HSV(B)271.94º32.63%74.51%-
XYZ31.7126.7352.2-
YUV144.94153.43139.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=33.61%
G=26.72%
B=39.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611281900.150.3300.25271.9432.2962.35
HexA180BEF21019110203e
Octal24120027617410314204076
Binary1010000110000000101111101111100001011001100010000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A180BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A180BE; }

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

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

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

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

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

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

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

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