#A46FE0

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

Shades of Medium Purple #A46FE0

Tints of Medium Purple #A46FE0

Color information

#A46FE0 (or 0xA46FE0) is unknown color: approx Medium Purple. HEX triplet: A4, 6F and E0. RGB value is (164,111,224). Sum of RGB (Red+Green+Blue) = 164+111+224=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #A46FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FE0 is #5B901F. Grayscale: #8B8B8B. Windows color (decimal): -6000672 or 14708644. OLE color: 14708644.

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

Color convert

RGB164111224-
CMYK0.270.5000.12
HSL268.14º64.57%65.69%-
HSV(B)268.14º50.45%87.84%-
XYZ34.4524.6473.46-
YUV139.73175.56145.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 224 (87.89% from 255) = 44.89%
R=32.87%
G=22.24%
B=44.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1641112240.270.5000.12268.1464.5765.69
HexA46FE01B320C10c4142
Octal2441573403362014414101102
Binary10100100110111111100000110111100100110010000110010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FE0; }

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

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

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

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

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

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

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

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