Html Css Color HEX #A179BF Purple Mountain's Majesty

📋 copy color: '#A179BF'

red 161 ◦ green 121 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A179BF

Tints of Purple Mountain's Majesty #A179BF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.58%

 BLUE value IS 191 (75% from 255) = 40.38%

R = 34.04%
G = 25.58%
B = 40.38%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A179BF (or 0xA179BF) is known color: Purple Mountain's Majesty. HEX triplet: A1, 79 and BF. RGB value is (161,121,191). Sum of RGB (Red+Green+Blue) = 161+121+191=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #A179BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179BF is #5E8640. Grayscale: #8C8C8C. Windows color (decimal): -6194753 or 12548513. OLE color: 12548513.

HSL color Cylindrical-coordinate representation of color #A179BF: hue angle of 274.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A179BF is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 121 191 -
CMYK 0.16 0.37 0 0.25
HSL 274.29º 0.35% 0.61% -
HSV(B) 274.29º 0.37% 0.75% -
XYZ 30.94 25.01 52.49 -
YUV 140.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 161 121 191 0.16 0.37 0 0.25 274.29 0.35 0.61
Hex A1 79 BF 10 25 0 19 112 23 3D
Octal 241 171 277 20 45 0 31 422 43 75
Binary 10100001 1111001 10111111 10000 100101 0 11001 100010010 100011 111101

Color Harmonies of #A179BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A179BF

Black with #A179BF

Text Example


Text Example

White with #A179BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A179BF; }

 p { color: rgb(161,121,191); }

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

background-color css

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

 a { background-color: rgb(161,121,191); }

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

border-color css

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

 span { border-color: rgb(161,121,191); }

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