#A46DF0

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

Shades of Medium Purple #A46DF0

Tints of Medium Purple #A46DF0

Color information

#A46DF0 (or 0xA46DF0) is unknown color: approx Medium Purple. HEX triplet: A4, 6D and F0. RGB value is (164,109,240). Sum of RGB (Red+Green+Blue) = 164+109+240=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #A46DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46DF0 is #5B920F. Grayscale: #8B8B8B. Windows color (decimal): -6001168 or 15756708. OLE color: 15756708.

HSL color Cylindrical-coordinate representation of color #A46DF0: hue angle of 265.19º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46DF0 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164109240-
CMYK0.320.5500.06
HSL265.19º81.37%68.43%-
HSV(B)265.19º54.58%94.12%-
XYZ36.5125.1285.36-
YUV140.38184.22144.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 109 (42.97% from 255) = 21.25%
BLUE value IS 240 (94.14% from 255) = 46.78%
R=31.97%
G=21.25%
B=46.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1641092400.320.5500.06265.1981.3768.43
HexA46DF02037061095144
Octal244155360406706411121104
Binary10100100110110111110000100000110111011010000100110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46DF0; }

 p { color: rgb(164,109,240); }

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

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

 a { background-color: rgb(164,109,240); }

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

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

 span { border-color: rgb(164,109,240); }

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