#A47DF8

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

Shades of Medium Purple #A47DF8

Tints of Medium Purple #A47DF8

Color information

#A47DF8 (or 0xA47DF8) is unknown color: approx Medium Purple. HEX triplet: A4, 7D and F8. RGB value is (164,125,248). Sum of RGB (Red+Green+Blue) = 164+125+248=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #A47DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DF8 is #5B8207. Grayscale: #969696. Windows color (decimal): -5997064 or 16285092. OLE color: 16285092.

HSL color Cylindrical-coordinate representation of color #A47DF8: hue angle of 259.02º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47DF8 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164125248-
CMYK0.340.5000.03
HSL259.02º89.78%73.14%-
HSV(B)259.02º49.6%97.25%-
XYZ39.5929.3492.38-
YUV150.68182.92137.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 248 (97.27% from 255) = 46.18%
R=30.54%
G=23.28%
B=46.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641252480.340.5000.03259.0289.7873.14
HexA47DF82232031035a49
Octal244175370426203403132111
Binary1010010011111011111100010001011001001110000001110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47DF8; }

 p { color: rgb(164,125,248); }

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

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

 a { background-color: rgb(164,125,248); }

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

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

 span { border-color: rgb(164,125,248); }

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