#A785F0

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

Shades of Medium Purple #A785F0

Tints of Medium Purple #A785F0

Color information

#A785F0 (or 0xA785F0) is unknown color: approx Medium Purple. HEX triplet: A7, 85 and F0. RGB value is (167,133,240). Sum of RGB (Red+Green+Blue) = 167+133+240=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #A785F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785F0 is #587A0F. Grayscale: #9A9A9A. Windows color (decimal): -5798416 or 15762855. OLE color: 15762855.

HSL color Cylindrical-coordinate representation of color #A785F0: hue angle of 259.07º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A785F0 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB167133240-
CMYK0.300.4500.06
HSL259.07º78.1%73.14%-
HSV(B)259.07º44.58%94.12%-
XYZ40.0531.2886.37-
YUV155.36175.76136.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.93%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 240 (94.14% from 255) = 44.44%
R=30.93%
G=24.63%
B=44.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1671332400.300.4500.06259.0778.173.14
HexA785F01E2D061034e49
Octal247205360365506403116111
Binary10100111100001011111000011110101101011010000001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785F0; }

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

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

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

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

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

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

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

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