#A077BE

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

Shades of Purple Mountain's Majesty #A077BE

Tints of Purple Mountain's Majesty #A077BE

Color information

#A077BE (or 0xA077BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 77 and BE. RGB value is (160,119,190). Sum of RGB (Red+Green+Blue) = 160+119+190=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A077BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077BE is #5F8841. Grayscale: #8B8B8B. Windows color (decimal): -6260802 or 12482464. OLE color: 12482464.

HSL color Cylindrical-coordinate representation of color #A077BE: hue angle of 274.65º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A077BE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160119190-
CMYK0.160.3700.25
HSL274.65º35.32%60.59%-
HSV(B)274.65º37.37%74.51%-
XYZ30.3924.3851.82-
YUV139.35156.58142.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=34.12%
G=25.37%
B=40.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601191900.160.3700.25274.6535.3260.59
HexA077BE1025019113233d
Octal24016727620450314234375
Binary1010000011101111011111010000100101011001100010011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A077BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A077BE; }

 p { color: rgb(160,119,190); }

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

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

 a { background-color: rgb(160,119,190); }

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

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

 span { border-color: rgb(160,119,190); }

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