#A16FDC

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

Shades of Medium Purple #A16FDC

Tints of Medium Purple #A16FDC

Color information

#A16FDC (or 0xA16FDC) is unknown color: approx Medium Purple. HEX triplet: A1, 6F and DC. RGB value is (161,111,220). Sum of RGB (Red+Green+Blue) = 161+111+220=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #A16FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FDC is #5E9023. Grayscale: #898989. Windows color (decimal): -6197284 or 14446497. OLE color: 14446497.

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

Color convert

RGB161111220-
CMYK0.270.5000.14
HSL267.52º60.89%64.9%-
HSV(B)267.52º49.55%86.27%-
XYZ33.324.1170.61-
YUV138.38174.06144.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 111 (43.75% from 255) = 22.56%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=32.72%
G=22.56%
B=44.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611112200.270.5000.14267.5260.8964.9
HexA16FDC1B320E10c3d41
Octal241157334336201641475101
Binary1010000111011111101110011011110010011101000011001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16FDC; }

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

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

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

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

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

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

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

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