Html Css Color HEX #A176C0 Purple Mountain's Majesty

📋 copy color: '#A176C0'

red 161 ◦ green 118 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A176C0

Tints of Purple Mountain's Majesty #A176C0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.05%

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 34.18%
G = 25.05%
B = 40.76%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A176C0 (or 0xA176C0) is known color: Purple Mountain's Majesty. HEX triplet: A1, 76 and C0. RGB value is (161,118,192). Sum of RGB (Red+Green+Blue) = 161+118+192=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #A176C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176C0 is #5E893F. Grayscale: #8B8B8B. Windows color (decimal): -6195520 or 12613281. OLE color: 12613281.

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

Color convert

RGB 161 118 192 -
CMYK 0.16 0.39 0 0.25
HSL 274.86º 0.37% 0.61% -
HSV(B) 274.86º 0.39% 0.75% -
XYZ 30.69 24.34 52.95 -
YUV 139.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 161 118 192 0.16 0.39 0 0.25 274.86 0.37 0.61
Hex A1 76 C0 10 27 0 19 113 25 3D
Octal 241 166 300 20 47 0 31 423 45 75
Binary 10100001 1110110 11000000 10000 100111 0 11001 100010011 100101 111101

Color Harmonies of #A176C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A176C0

Black with #A176C0

Text Example


Text Example

White with #A176C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A176C0; }

 p { color: rgb(161,118,192); }

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

background-color css

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

 a { background-color: rgb(161,118,192); }

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

border-color css

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

 span { border-color: rgb(161,118,192); }

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