Html Css Color HEX #A171BE Purple Mountain's Majesty

📋 copy color: '#A171BE'

red 161 ◦ green 113 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A171BE

Tints of Purple Mountain's Majesty #A171BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.35%

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

R = 34.7%
G = 24.35%
B = 40.95%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A171BE (or 0xA171BE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 71 and BE. RGB value is (161,113,190). Sum of RGB (Red+Green+Blue) = 161+113+190=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #A171BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171BE is #5E8E41. Grayscale: #878787. Windows color (decimal): -6196802 or 12480929. OLE color: 12480929.

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

Color convert

RGB 161 113 190 -
CMYK 0.15 0.41 0 0.25
HSL 277.4º 0.37% 0.59% -
HSV(B) 277.4º 0.41% 0.75% -
XYZ 29.9 23.11 51.6 -
YUV 136.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 161 113 190 0.15 0.41 0 0.25 277.4 0.37 0.59
Hex A1 71 BE F 29 0 19 115 25 3B
Octal 241 161 276 17 51 0 31 425 45 73
Binary 10100001 1110001 10111110 1111 101001 0 11001 100010101 100101 111011

Color Harmonies of #A171BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A171BE

Black with #A171BE

Text Example


Text Example

White with #A171BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A171BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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