Html Css Color HEX #A177C0 Purple Mountain's Majesty

📋 copy color: '#A177C0'

red 161 ◦ green 119 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A177C0

Tints of Purple Mountain's Majesty #A177C0

RGB

 RED value IS 161 (63.28% from 255) = 34.11%

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

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 34.11%
G = 25.21%
B = 40.68%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A177C0 (or 0xA177C0) is known color: Purple Mountain's Majesty. HEX triplet: A1, 77 and C0. RGB value is (161,119,192). Sum of RGB (Red+Green+Blue) = 161+119+192=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #A177C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177C0 is #5E883F. Grayscale: #8B8B8B. Windows color (decimal): -6195264 or 12613537. OLE color: 12613537.

HSL color Cylindrical-coordinate representation of color #A177C0: hue angle of 274.52º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A177C0 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 119 192 -
CMYK 0.16 0.38 0 0.25
HSL 274.52º 0.37% 0.61% -
HSV(B) 274.52º 0.38% 0.75% -
XYZ 30.81 24.58 52.99 -
YUV 139.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 161 119 192 0.16 0.38 0 0.25 274.52 0.37 0.61
Hex A1 77 C0 10 26 0 19 113 25 3D
Octal 241 167 300 20 46 0 31 423 45 75
Binary 10100001 1110111 11000000 10000 100110 0 11001 100010011 100101 111101

Color Harmonies of #A177C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177C0

Black with #A177C0

Text Example


Text Example

White with #A177C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177C0; }

 p { color: rgb(161,119,192); }

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

background-color css

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

 a { background-color: rgb(161,119,192); }

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

border-color css

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

 span { border-color: rgb(161,119,192); }

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