#A277B6

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

Shades of Purple Mountain's Majesty #A277B6

Tints of Purple Mountain's Majesty #A277B6

Color information

#A277B6 (or 0xA277B6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 77 and B6. RGB value is (162,119,182). Sum of RGB (Red+Green+Blue) = 162+119+182=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #A277B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277B6 is #5D8849. Grayscale: #8A8A8A. Windows color (decimal): -6129738 or 11958178. OLE color: 11958178.

HSL color Cylindrical-coordinate representation of color #A277B6: hue angle of 280.95º 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 #A277B6 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB162119182-
CMYK0.110.3500.29
HSL280.95º30.14%59.02%-
HSV(B)280.95º34.62%71.37%-
XYZ29.9424.2547.36-
YUV139.04152.25144.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 182 (71.48% from 255) = 39.31%
R=34.99%
G=25.70%
B=39.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621191820.110.3500.29280.9530.1459.02
HexA277B6B2301D1191e3b
Octal24216726613430354313673
Binary10100010111011110110110101110001101110110001100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A277B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A277B6; }

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

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

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

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

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

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

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

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