Html Css Color HEX #A177BD Purple Mountain's Majesty

📋 copy color: '#A177BD'

red 161 ◦ green 119 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A177BD

Tints of Purple Mountain's Majesty #A177BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.3%

R = 34.33%
G = 25.37%
B = 40.3%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A177BD (or 0xA177BD) is known color: Purple Mountain's Majesty. HEX triplet: A1, 77 and BD. RGB value is (161,119,189). Sum of RGB (Red+Green+Blue) = 161+119+189=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #A177BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177BD is #5E8842. Grayscale: #8B8B8B. Windows color (decimal): -6195267 or 12416929. OLE color: 12416929.

HSL color Cylindrical-coordinate representation of color #A177BD: hue angle of 276º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A177BD is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 119 189 -
CMYK 0.15 0.37 0 0.26
HSL 276º 0.35% 0.6% -
HSV(B) 276º 0.37% 0.74% -
XYZ 30.48 24.44 51.26 -
YUV 139.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 161 119 189 0.15 0.37 0 0.26 276 0.35 0.6
Hex A1 77 BD F 25 0 1A 114 23 3C
Octal 241 167 275 17 45 0 32 424 43 74
Binary 10100001 1110111 10111101 1111 100101 0 11010 100010100 100011 111100

Color Harmonies of #A177BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177BD

Black with #A177BD

Text Example


Text Example

White with #A177BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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