Html Css Color HEX #A179C1 Purple Mountain's Majesty

📋 copy color: '#A179C1'

red 161 ◦ green 121 ◦ blue 193

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

Shades of Purple Mountain's Majesty #A179C1

Tints of Purple Mountain's Majesty #A179C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 33.89%
G = 25.47%
B = 40.63%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A179C1 (or 0xA179C1) is known color: Purple Mountain's Majesty. HEX triplet: A1, 79 and C1. RGB value is (161,121,193). Sum of RGB (Red+Green+Blue) = 161+121+193=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #A179C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179C1 is #5E863E. Grayscale: #8C8C8C. Windows color (decimal): -6194751 or 12679585. OLE color: 12679585.

HSL color Cylindrical-coordinate representation of color #A179C1: hue angle of 273.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A179C1 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 121 193 -
CMYK 0.17 0.37 0 0.24
HSL 273.33º 0.37% 0.62% -
HSV(B) 273.33º 0.37% 0.76% -
XYZ 31.16 25.1 53.65 -
YUV 141.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 161 121 193 0.17 0.37 0 0.24 273.33 0.37 0.62
Hex A1 79 C1 11 25 0 18 111 25 3E
Octal 241 171 301 21 45 0 30 421 45 76
Binary 10100001 1111001 11000001 10001 100101 0 11000 100010001 100101 111110

Color Harmonies of #A179C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A179C1

Black with #A179C1

Text Example


Text Example

White with #A179C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A179C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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