Html Css Color HEX #A176BA Purple Mountain's Majesty

📋 copy color: '#A176BA'

red 161 ◦ green 118 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A176BA

Tints of Purple Mountain's Majesty #A176BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.38%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 34.62%
G = 25.38%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A176BA (or 0xA176BA) is known color: Purple Mountain's Majesty. HEX triplet: A1, 76 and BA. RGB value is (161,118,186). Sum of RGB (Red+Green+Blue) = 161+118+186=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A176BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176BA is #5E8945. Grayscale: #8A8A8A. Windows color (decimal): -6195526 or 12220065. OLE color: 12220065.

HSL color Cylindrical-coordinate representation of color #A176BA: hue angle of 277.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A176BA is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 118 186 -
CMYK 0.13 0.37 0 0.27
HSL 277.94º 0.33% 0.6% -
HSV(B) 277.94º 0.37% 0.73% -
XYZ 30.04 24.08 49.52 -
YUV 138.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 161 118 186 0.13 0.37 0 0.27 277.94 0.33 0.6
Hex A1 76 BA D 25 0 1B 116 21 3C
Octal 241 166 272 15 45 0 33 426 41 74
Binary 10100001 1110110 10111010 1101 100101 0 11011 100010110 100001 111100

Color Harmonies of #A176BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A176BA

Black with #A176BA

Text Example


Text Example

White with #A176BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A176BA; }

 p { color: rgb(161,118,186); }

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

background-color css

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

 a { background-color: rgb(161,118,186); }

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

border-color css

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

 span { border-color: rgb(161,118,186); }

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