#A166EA

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

Shades of Medium Purple #A166EA

Tints of Medium Purple #A166EA

Color information

#A166EA (or 0xA166EA) is unknown color: approx Medium Purple. HEX triplet: A1, 66 and EA. RGB value is (161,102,234). Sum of RGB (Red+Green+Blue) = 161+102+234=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #A166EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A166EA is #5E9915. Grayscale: #868686. Windows color (decimal): -6199574 or 15361697. OLE color: 15361697.

HSL color Cylindrical-coordinate representation of color #A166EA: hue angle of 266.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A166EA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161102234-
CMYK0.310.5600.08
HSL266.82º75.86%65.88%-
HSV(B)266.82º56.41%91.76%-
XYZ34.323.0280.48-
YUV134.69184.05146.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 102 (40.23% from 255) = 20.52%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=32.39%
G=20.52%
B=47.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611022340.310.5600.08266.8275.8665.88
HexA166EA1F380810b4c42
Octal2411463523770010413114102
Binary10100001110011011101010111111110000100010000101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166EA; }

 p { color: rgb(161,102,234); }

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

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

 a { background-color: rgb(161,102,234); }

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

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

 span { border-color: rgb(161,102,234); }

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