Html Css Color HEX #A179B8 Purple Mountain's Majesty

📋 copy color: '#A179B8'

red 161 ◦ green 121 ◦ blue 184

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

Shades of Purple Mountain's Majesty #A179B8

Tints of Purple Mountain's Majesty #A179B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.48%

R = 34.55%
G = 25.97%
B = 39.48%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A179B8 (or 0xA179B8) is known color: Purple Mountain's Majesty. HEX triplet: A1, 79 and B8. RGB value is (161,121,184). Sum of RGB (Red+Green+Blue) = 161+121+184=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 184 - color contains mainly: blue. Hex color #A179B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179B8 is #5E8647. Grayscale: #8B8B8B. Windows color (decimal): -6194760 or 12089761. OLE color: 12089761.

HSL color Cylindrical-coordinate representation of color #A179B8: hue angle of 278.1º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A179B8 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 121 184 -
CMYK 0.12 0.34 0 0.28
HSL 278.1º 0.31% 0.6% -
HSV(B) 278.1º 0.34% 0.72% -
XYZ 30.19 24.71 48.53 -
YUV 140.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 161 121 184 0.12 0.34 0 0.28 278.1 0.31 0.6
Hex A1 79 B8 C 22 0 1C 116 1F 3C
Octal 241 171 270 14 42 0 34 426 37 74
Binary 10100001 1111001 10111000 1100 100010 0 11100 100010110 11111 111100

Color Harmonies of #A179B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A179B8

Black with #A179B8

Text Example


Text Example

White with #A179B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A179B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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