#A171DC

Color #A171DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A171DC

Tints of Medium Purple #A171DC

Color information

#A171DC (or 0xA171DC) is unknown color: approx Medium Purple. HEX triplet: A1, 71 and DC. RGB value is (161,113,220). Sum of RGB (Red+Green+Blue) = 161+113+220=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #A171DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A171DC is #5E8E23. Grayscale: #8B8B8B. Windows color (decimal): -6196772 or 14447009. OLE color: 14447009.

HSL color Cylindrical-coordinate representation of color #A171DC: hue angle of 266.92º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A171DC is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161113220-
CMYK0.270.4900.14
HSL266.92º60.45%65.29%-
HSV(B)266.92º48.64%86.27%-
XYZ33.5224.5570.68-
YUV139.55173.4143.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=32.59%
G=22.87%
B=44.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611132200.270.4900.14266.9260.4565.29
HexA171DC1B310E10b3c41
Octal241161334336101641374101
Binary1010000111100011101110011011110001011101000010111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A171DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A171DC; }

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

 H1.HeaderClassName
 {
   color: #A171DC;
 }
 .AnyTagClassName
 {
   color: #A171DC;
 }
</style>
background-color css

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

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

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

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

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

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