Html Css Color HEX #A171EC Medium Purple

📋 copy color: '#A171EC'

red 161 ◦ green 113 ◦ blue 236

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

Shades of Medium Purple #A171EC

Tints of Medium Purple #A171EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 31.57%
G = 22.16%
B = 46.27%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A171EC (or 0xA171EC) is known color: Medium Purple. HEX triplet: A1, 71 and EC. RGB value is (161,113,236). Sum of RGB (Red+Green+Blue) = 161+113+236=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #A171EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A171EC is #5E8E13. Grayscale: #8C8C8C. Windows color (decimal): -6196756 or 15495585. OLE color: 15495585.

HSL color Cylindrical-coordinate representation of color #A171EC: hue angle of 263.41º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A171EC is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 113 236 -
CMYK 0.32 0.52 0 0.07
HSL 263.41º 0.76% 0.68% -
HSV(B) 263.41º 0.52% 0.93% -
XYZ 35.74 25.44 82.38 -
YUV 141.37 181.4 142 -
System Red Green Blue C M Y K H S L
Decimal 161 113 236 0.32 0.52 0 0.07 263.41 0.76 0.68
Hex A1 71 EC 20 34 0 7 107 4C 44
Octal 241 161 354 40 64 0 7 407 114 104
Binary 10100001 1110001 11101100 100000 110100 0 111 100000111 1001100 1000100

Color Harmonies of #A171EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A171EC

Black with #A171EC

Text Example


Text Example

White with #A171EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A171EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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