Html Css Color HEX #A177B9 Purple Mountain's Majesty

📋 copy color: '#A177B9'

red 161 ◦ green 119 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A177B9

Tints of Purple Mountain's Majesty #A177B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.78%

R = 34.62%
G = 25.59%
B = 39.78%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A177B9 (or 0xA177B9) is known color: Purple Mountain's Majesty. HEX triplet: A1, 77 and B9. RGB value is (161,119,185). Sum of RGB (Red+Green+Blue) = 161+119+185=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 185 - color contains mainly: blue. Hex color #A177B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177B9 is #5E8846. Grayscale: #8A8A8A. Windows color (decimal): -6195271 or 12154785. OLE color: 12154785.

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

Color convert

RGB 161 119 185 -
CMYK 0.13 0.36 0 0.27
HSL 278.18º 0.32% 0.6% -
HSV(B) 278.18º 0.36% 0.73% -
XYZ 30.05 24.27 49 -
YUV 139.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 161 119 185 0.13 0.36 0 0.27 278.18 0.32 0.6
Hex A1 77 B9 D 24 0 1B 116 20 3C
Octal 241 167 271 15 44 0 33 426 40 74
Binary 10100001 1110111 10111001 1101 100100 0 11011 100010110 100000 111100

Color Harmonies of #A177B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177B9

Black with #A177B9

Text Example


Text Example

White with #A177B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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