Html Css Color HEX #A171DF Medium Purple

📋 copy color: '#A171DF'

red 161 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #A171DF

Tints of Medium Purple #A171DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 32.39%
G = 22.74%
B = 44.87%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A171DF (or 0xA171DF) is known color: Medium Purple. HEX triplet: A1, 71 and DF. RGB value is (161,113,223). Sum of RGB (Red+Green+Blue) = 161+113+223=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #A171DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171DF is #5E8E20. Grayscale: #8B8B8B. Windows color (decimal): -6196769 or 14643617. OLE color: 14643617.

HSL color Cylindrical-coordinate representation of color #A171DF: hue angle of 266.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A171DF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 113 223 -
CMYK 0.28 0.49 0 0.13
HSL 266.18º 0.63% 0.66% -
HSV(B) 266.18º 0.49% 0.87% -
XYZ 33.92 24.72 72.79 -
YUV 139.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 161 113 223 0.28 0.49 0 0.13 266.18 0.63 0.66
Hex A1 71 DF 1C 31 0 D 10A 3F 42
Octal 241 161 337 34 61 0 15 412 77 102
Binary 10100001 1110001 11011111 11100 110001 0 1101 100001010 111111 1000010

Color Harmonies of #A171DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A171DF

Black with #A171DF

Text Example


Text Example

White with #A171DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A171DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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