Html Css Color HEX #A179B4 Purple Mountain's Majesty

📋 copy color: '#A179B4'

red 161 ◦ green 121 ◦ blue 180

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

Shades of Purple Mountain's Majesty #A179B4

Tints of Purple Mountain's Majesty #A179B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.96%

R = 34.85%
G = 26.19%
B = 38.96%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A179B4 (or 0xA179B4) is known color: Purple Mountain's Majesty. HEX triplet: A1, 79 and B4. RGB value is (161,121,180). Sum of RGB (Red+Green+Blue) = 161+121+180=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #A179B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179B4 is #5E864B. Grayscale: #8B8B8B. Windows color (decimal): -6194764 or 11827617. OLE color: 11827617.

HSL color Cylindrical-coordinate representation of color #A179B4: hue angle of 280.68º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A179B4 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 121 180 -
CMYK 0.11 0.33 0 0.29
HSL 280.68º 0.28% 0.59% -
HSV(B) 280.68º 0.33% 0.71% -
XYZ 29.77 24.55 46.35 -
YUV 139.69 150.75 143.2 -
System Red Green Blue C M Y K H S L
Decimal 161 121 180 0.11 0.33 0 0.29 280.68 0.28 0.59
Hex A1 79 B4 B 21 0 1D 119 1C 3B
Octal 241 171 264 13 41 0 35 431 34 73
Binary 10100001 1111001 10110100 1011 100001 0 11101 100011001 11100 111011

Color Harmonies of #A179B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A179B4

Black with #A179B4

Text Example


Text Example

White with #A179B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A179B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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