#A785F7

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

Shades of Medium Purple #A785F7

Tints of Medium Purple #A785F7

Color information

#A785F7 (or 0xA785F7) is unknown color: approx Medium Purple. HEX triplet: A7, 85 and F7. RGB value is (167,133,247). Sum of RGB (Red+Green+Blue) = 167+133+247=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #A785F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785F7 is #587A08. Grayscale: #9B9B9B. Windows color (decimal): -5798409 or 16221607. OLE color: 16221607.

HSL color Cylindrical-coordinate representation of color #A785F7: hue angle of 257.89º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A785F7 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB167133247-
CMYK0.320.4600.03
HSL257.89º87.69%74.51%-
HSV(B)257.89º46.15%96.86%-
XYZ41.1131.7191.95-
YUV156.16179.26135.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.53%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 247 (96.88% from 255) = 45.16%
R=30.53%
G=24.31%
B=45.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1671332470.320.4600.03257.8987.6974.51
HexA785F7202E03102584b
Octal247205367405603402130113
Binary10100111100001011111011110000010111001110000001010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785F7; }

 p { color: rgb(167,133,247); }

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

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

 a { background-color: rgb(167,133,247); }

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

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

 span { border-color: rgb(167,133,247); }

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