#A077B6

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

Shades of Purple Mountain's Majesty #A077B6

Tints of Purple Mountain's Majesty #A077B6

Color information

#A077B6 (or 0xA077B6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 77 and B6. RGB value is (160,119,182). Sum of RGB (Red+Green+Blue) = 160+119+182=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 182 - color contains mainly: blue. Hex color #A077B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077B6 is #5F8849. Grayscale: #8A8A8A. Windows color (decimal): -6260810 or 11958176. OLE color: 11958176.

HSL color Cylindrical-coordinate representation of color #A077B6: hue angle of 279.05º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A077B6 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160119182-
CMYK0.120.3500.29
HSL279.05º30.14%59.02%-
HSV(B)279.05º34.62%71.37%-
XYZ29.5424.0447.34-
YUV138.44152.58143.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 182 (71.48% from 255) = 39.48%
R=34.71%
G=25.81%
B=39.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601191820.120.3500.29279.0530.1459.02
HexA077B6C2301D1171e3b
Octal24016726614430354273673
Binary10100000111011110110110110010001101110110001011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A077B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A077B6; }

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

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

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

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

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

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

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

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