Html Css Color HEX #A179BE Purple Mountain's Majesty

📋 copy color: '#A179BE'

red 161 ◦ green 121 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A179BE

Tints of Purple Mountain's Majesty #A179BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 34.11%
G = 25.64%
B = 40.25%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A179BE (or 0xA179BE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 79 and BE. RGB value is (161,121,190). Sum of RGB (Red+Green+Blue) = 161+121+190=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #A179BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A179BE is #5E8641. Grayscale: #8C8C8C. Windows color (decimal): -6194754 or 12482977. OLE color: 12482977.

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

Color convert

RGB 161 121 190 -
CMYK 0.15 0.36 0 0.25
HSL 274.78º 0.35% 0.61% -
HSV(B) 274.78º 0.36% 0.75% -
XYZ 30.83 24.97 51.91 -
YUV 140.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 161 121 190 0.15 0.36 0 0.25 274.78 0.35 0.61
Hex A1 79 BE F 24 0 19 113 23 3D
Octal 241 171 276 17 44 0 31 423 43 75
Binary 10100001 1111001 10111110 1111 100100 0 11001 100010011 100011 111101

Color Harmonies of #A179BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A179BE

Black with #A179BE

Text Example


Text Example

White with #A179BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A179BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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