#A277B4

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

Shades of Purple Mountain's Majesty #A277B4

Tints of Purple Mountain's Majesty #A277B4

Color information

#A277B4 (or 0xA277B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 77 and B4. RGB value is (162,119,180). Sum of RGB (Red+Green+Blue) = 162+119+180=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #A277B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277B4 is #5D884B. Grayscale: #8A8A8A. Windows color (decimal): -6129740 or 11827106. OLE color: 11827106.

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

Color convert

RGB162119180-
CMYK0.10.3400.29
HSL282.3º28.91%58.63%-
HSV(B)282.3º33.89%70.59%-
XYZ29.7424.1746.28-
YUV138.81151.25144.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=35.14%
G=25.81%
B=39.05%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621191800.10.3400.29282.328.9158.63
HexA277B4A2201D11a1d3b
Octal24216726412420354323573
Binary10100010111011110110100101010001001110110001101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A277B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A277B4; }

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

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

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

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

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

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

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

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