Html Css Color HEX #A077BA Purple Mountain's Majesty

📋 copy color: '#A077BA'

red 160 ◦ green 119 ◦ blue 186

#A077BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #A077BA

Tints of Purple Mountain's Majesty #A077BA

RGB

 RED value IS 160 (62.89% from 255) = 34.41%

 GREEN value IS 119 (46.88% from 255) = 25.59%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 34.41%
G = 25.59%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A077BA (or 0xA077BA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 77 and BA. RGB value is (160,119,186). Sum of RGB (Red+Green+Blue) = 160+119+186=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A077BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077BA is #5F8845. Grayscale: #8A8A8A. Windows color (decimal): -6260806 or 12220320. OLE color: 12220320.

HSL color Cylindrical-coordinate representation of color #A077BA: hue angle of 276.72º 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 #A077BA is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 119 186 -
CMYK 0.14 0.36 0 0.27
HSL 276.72º 0.33% 0.6% -
HSV(B) 276.72º 0.36% 0.73% -
XYZ 29.96 24.21 49.55 -
YUV 138.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 160 119 186 0.14 0.36 0 0.27 276.72 0.33 0.6
Hex A0 77 BA E 24 0 1B 115 21 3C
Octal 240 167 272 16 44 0 33 425 41 74
Binary 10100000 1110111 10111010 1110 100100 0 11011 100010101 100001 111100

Color Harmonies of #A077BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077BA

Black with #A077BA

Text Example


Text Example

White with #A077BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077BA; }

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

 H1.HeaderClassName
 {
   color: #A077BA;
 }
 .AnyTagClassName
 {
   color: #A077BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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