Html Css Color HEX #A173BF Purple Mountain's Majesty

📋 copy color: '#A173BF'

red 161 ◦ green 115 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A173BF

Tints of Purple Mountain's Majesty #A173BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.63%

 BLUE value IS 191 (75% from 255) = 40.9%

R = 34.48%
G = 24.63%
B = 40.9%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A173BF (or 0xA173BF) is known color: Purple Mountain's Majesty. HEX triplet: A1, 73 and BF. RGB value is (161,115,191). Sum of RGB (Red+Green+Blue) = 161+115+191=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #A173BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173BF is #5E8C40. Grayscale: #898989. Windows color (decimal): -6196289 or 12546977. OLE color: 12546977.

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

Color convert

RGB 161 115 191 -
CMYK 0.16 0.40 0 0.25
HSL 276.32º 0.37% 0.6% -
HSV(B) 276.32º 0.4% 0.75% -
XYZ 30.23 23.6 52.25 -
YUV 137.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 161 115 191 0.16 0.40 0 0.25 276.32 0.37 0.6
Hex A1 73 BF 10 28 0 19 114 25 3C
Octal 241 163 277 20 50 0 31 424 45 74
Binary 10100001 1110011 10111111 10000 101000 0 11001 100010100 100101 111100

Color Harmonies of #A173BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A173BF

Black with #A173BF

Text Example


Text Example

White with #A173BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A173BF; }

 p { color: rgb(161,115,191); }

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

background-color css

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

 a { background-color: rgb(161,115,191); }

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

border-color css

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

 span { border-color: rgb(161,115,191); }

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