#A277BA

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

Shades of Purple Mountain's Majesty #A277BA

Tints of Purple Mountain's Majesty #A277BA

Color information

#A277BA (or 0xA277BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 77 and BA. RGB value is (162,119,186). Sum of RGB (Red+Green+Blue) = 162+119+186=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #A277BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277BA is #5D8845. Grayscale: #8B8B8B. Windows color (decimal): -6129734 or 12220322. OLE color: 12220322.

HSL color Cylindrical-coordinate representation of color #A277BA: hue angle of 278.51º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A277BA is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162119186-
CMYK0.130.3600.27
HSL278.51º32.68%59.8%-
HSV(B)278.51º36.02%72.94%-
XYZ30.3624.4249.57-
YUV139.5154.25144.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=34.69%
G=25.48%
B=39.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621191860.130.3600.27278.5132.6859.8
HexA277BAD2401B117213c
Octal24216727215440334274174
Binary101000101110111101110101101100100011011100010111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A277BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A277BA; }

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

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

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

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

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

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

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

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