#A466F6

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

Shades of Medium Purple #A466F6

Tints of Medium Purple #A466F6

Color information

#A466F6 (or 0xA466F6) is unknown color: approx Medium Purple. HEX triplet: A4, 66 and F6. RGB value is (164,102,246). Sum of RGB (Red+Green+Blue) = 164+102+246=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #A466F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A466F6 is #5B9909. Grayscale: #888888. Windows color (decimal): -6002954 or 16148132. OLE color: 16148132.

HSL color Cylindrical-coordinate representation of color #A466F6: hue angle of 265.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A466F6 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164102246-
CMYK0.330.5900.04
HSL265.83º88.89%68.24%-
HSV(B)265.83º58.54%96.47%-
XYZ36.724.0589.9-
YUV136.95189.54147.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 102 (40.23% from 255) = 19.92%
BLUE value IS 246 (96.48% from 255) = 48.05%
R=32.03%
G=19.92%
B=48.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641022460.330.5900.04265.8388.8968.24
HexA466F6213B0410a5944
Octal244146366417304412131104
Binary10100100110011011110110100001111011010010000101010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A466F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A466F6; }

 p { color: rgb(164,102,246); }

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

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

 a { background-color: rgb(164,102,246); }

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

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

 span { border-color: rgb(164,102,246); }

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