#A46FF4

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

Shades of Medium Purple #A46FF4

Tints of Medium Purple #A46FF4

Color information

#A46FF4 (or 0xA46FF4) is unknown color: approx Medium Purple. HEX triplet: A4, 6F and F4. RGB value is (164,111,244). Sum of RGB (Red+Green+Blue) = 164+111+244=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #A46FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46FF4 is #5B900B. Grayscale: #8D8D8D. Windows color (decimal): -6000652 or 16019364. OLE color: 16019364.

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

Color convert

RGB164111244-
CMYK0.330.5500.04
HSL263.91º85.81%69.61%-
HSV(B)263.91º54.51%95.69%-
XYZ37.3225.7988.6-
YUV142.01185.56143.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 111 (43.75% from 255) = 21.39%
BLUE value IS 244 (95.70% from 255) = 47.01%
R=31.60%
G=21.39%
B=47.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641112440.330.5500.04263.9185.8169.61
HexA46FF42137041085646
Octal244157364416704410126106
Binary10100100110111111110100100001110111010010000100010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FF4; }

 p { color: rgb(164,111,244); }

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

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

 a { background-color: rgb(164,111,244); }

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

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

 span { border-color: rgb(164,111,244); }

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