#A47FD7

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

Shades of Medium Purple #A47FD7

Tints of Medium Purple #A47FD7

Color information

#A47FD7 (or 0xA47FD7) is unknown color: approx Medium Purple. HEX triplet: A4, 7F and D7. RGB value is (164,127,215). Sum of RGB (Red+Green+Blue) = 164+127+215=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #A47FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FD7 is #5B8028. Grayscale: #939393. Windows color (decimal): -5996585 or 14122916. OLE color: 14122916.

HSL color Cylindrical-coordinate representation of color #A47FD7: hue angle of 265.23º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47FD7 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164127215-
CMYK0.240.4100.16
HSL265.23º52.38%67.06%-
HSV(B)265.23º40.93%84.31%-
XYZ35.1627.9867.84-
YUV148.1165.76139.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 127 (50% from 255) = 25.10%
BLUE value IS 215 (84.38% from 255) = 42.49%
R=32.41%
G=25.10%
B=42.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641272150.240.4100.16265.2352.3867.06
HexA47FD718290101093443
Octal244177327305102041164103
Binary10100100111111111010111110001010010100001000010011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47FD7; }

 p { color: rgb(164,127,215); }

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

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

 a { background-color: rgb(164,127,215); }

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

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

 span { border-color: rgb(164,127,215); }

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