Html Css Color HEX #A177B5 Purple Mountain's Majesty

📋 copy color: '#A177B5'

red 161 ◦ green 119 ◦ blue 181

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

Shades of Purple Mountain's Majesty #A177B5

Tints of Purple Mountain's Majesty #A177B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 34.92%
G = 25.81%
B = 39.26%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A177B5 (or 0xA177B5) is known color: Purple Mountain's Majesty. HEX triplet: A1, 77 and B5. RGB value is (161,119,181). Sum of RGB (Red+Green+Blue) = 161+119+181=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #A177B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177B5 is #5E884A. Grayscale: #8A8A8A. Windows color (decimal): -6195275 or 11892641. OLE color: 11892641.

HSL color Cylindrical-coordinate representation of color #A177B5: hue angle of 280.65º degrees, saturation: 0.3, 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 #A177B5 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 119 181 -
CMYK 0.11 0.34 0 0.29
HSL 280.65º 0.3% 0.59% -
HSV(B) 280.65º 0.34% 0.71% -
XYZ 29.64 24.11 46.81 -
YUV 138.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 161 119 181 0.11 0.34 0 0.29 280.65 0.3 0.59
Hex A1 77 B5 B 22 0 1D 119 1E 3B
Octal 241 167 265 13 42 0 35 431 36 73
Binary 10100001 1110111 10110101 1011 100010 0 11101 100011001 11110 111011

Color Harmonies of #A177B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177B5

Black with #A177B5

Text Example


Text Example

White with #A177B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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