#A46FF7

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

Shades of Medium Purple #A46FF7

Tints of Medium Purple #A46FF7

Color information

#A46FF7 (or 0xA46FF7) is unknown color: approx Medium Purple. HEX triplet: A4, 6F and F7. RGB value is (164,111,247). Sum of RGB (Red+Green+Blue) = 164+111+247=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #A46FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46FF7 is #5B9008. Grayscale: #8D8D8D. Windows color (decimal): -6000649 or 16215972. OLE color: 16215972.

HSL color Cylindrical-coordinate representation of color #A46FF7: hue angle of 263.38º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46FF7 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164111247-
CMYK0.340.5500.03
HSL263.38º89.47%70.2%-
HSV(B)263.38º55.06%96.86%-
XYZ37.7825.9891.02-
YUV142.35187.06143.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 111 (43.75% from 255) = 21.26%
BLUE value IS 247 (96.88% from 255) = 47.32%
R=31.42%
G=21.26%
B=47.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641112470.340.5500.03263.3889.4770.2
HexA46FF72237031075946
Octal244157367426703407131106
Binary1010010011011111111011110001011011101110000011110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FF7; }

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

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

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

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

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

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

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

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