Html Css Color HEX #A077BB Purple Mountain's Majesty

📋 copy color: '#A077BB'

red 160 ◦ green 119 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A077BB

Tints of Purple Mountain's Majesty #A077BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 34.33%
G = 25.54%
B = 40.13%

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

#A077BB (or 0xA077BB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 77 and BB. RGB value is (160,119,187). Sum of RGB (Red+Green+Blue) = 160+119+187=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #A077BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077BB is #5F8844. Grayscale: #8A8A8A. Windows color (decimal): -6260805 or 12285856. OLE color: 12285856.

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

Color convert

RGB 160 119 187 -
CMYK 0.14 0.36 0 0.27
HSL 276.18º 0.33% 0.6% -
HSV(B) 276.18º 0.36% 0.73% -
XYZ 30.06 24.26 50.11 -
YUV 139.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 160 119 187 0.14 0.36 0 0.27 276.18 0.33 0.6
Hex A0 77 BB E 24 0 1B 114 21 3C
Octal 240 167 273 16 44 0 33 424 41 74
Binary 10100000 1110111 10111011 1110 100100 0 11011 100010100 100001 111100

Color Harmonies of #A077BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077BB

Black with #A077BB

Text Example


Text Example

White with #A077BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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