Html Css Color HEX #A179B3 Purple Mountain's Majesty

📋 copy color: '#A179B3'

red 161 ◦ green 121 ◦ blue 179

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

Shades of Purple Mountain's Majesty #A179B3

Tints of Purple Mountain's Majesty #A179B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.83%

R = 34.92%
G = 26.25%
B = 38.83%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A179B3 (or 0xA179B3) is known color: Purple Mountain's Majesty. HEX triplet: A1, 79 and B3. RGB value is (161,121,179). Sum of RGB (Red+Green+Blue) = 161+121+179=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #A179B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179B3 is #5E864C. Grayscale: #8B8B8B. Windows color (decimal): -6194765 or 11762081. OLE color: 11762081.

HSL color Cylindrical-coordinate representation of color #A179B3: hue angle of 281.38º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A179B3 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 121 179 -
CMYK 0.10 0.32 0 0.30
HSL 281.38º 0.28% 0.59% -
HSV(B) 281.38º 0.32% 0.7% -
XYZ 29.67 24.51 45.81 -
YUV 139.57 150.25 143.28 -
System Red Green Blue C M Y K H S L
Decimal 161 121 179 0.10 0.32 0 0.30 281.38 0.28 0.59
Hex A1 79 B3 A 20 0 1E 119 1C 3B
Octal 241 171 263 12 40 0 36 431 34 73
Binary 10100001 1111001 10110011 1010 100000 0 11110 100011001 11100 111011

Color Harmonies of #A179B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A179B3

Black with #A179B3

Text Example


Text Example

White with #A179B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A179B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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