Html Css Color HEX #A177BC Purple Mountain's Majesty

📋 copy color: '#A177BC'

red 161 ◦ green 119 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A177BC

Tints of Purple Mountain's Majesty #A177BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 34.4%
G = 25.43%
B = 40.17%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A177BC (or 0xA177BC) is known color: Purple Mountain's Majesty. HEX triplet: A1, 77 and BC. RGB value is (161,119,188). Sum of RGB (Red+Green+Blue) = 161+119+188=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #A177BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177BC is #5E8843. Grayscale: #8B8B8B. Windows color (decimal): -6195268 or 12351393. OLE color: 12351393.

HSL color Cylindrical-coordinate representation of color #A177BC: hue angle of 276.52º degrees, saturation: 0.34, 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 #A177BC is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 119 188 -
CMYK 0.14 0.37 0 0.26
HSL 276.52º 0.34% 0.6% -
HSV(B) 276.52º 0.37% 0.74% -
XYZ 30.37 24.4 50.69 -
YUV 139.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 161 119 188 0.14 0.37 0 0.26 276.52 0.34 0.6
Hex A1 77 BC E 25 0 1A 115 22 3C
Octal 241 167 274 16 45 0 32 425 42 74
Binary 10100001 1110111 10111100 1110 100101 0 11010 100010101 100010 111100

Color Harmonies of #A177BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177BC

Black with #A177BC

Text Example


Text Example

White with #A177BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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