#A785F5

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

Shades of Medium Purple #A785F5

Tints of Medium Purple #A785F5

Color information

#A785F5 (or 0xA785F5) is unknown color: approx Medium Purple. HEX triplet: A7, 85 and F5. RGB value is (167,133,245). Sum of RGB (Red+Green+Blue) = 167+133+245=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #A785F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785F5 is #587A0A. Grayscale: #9B9B9B. Windows color (decimal): -5798411 or 16090535. OLE color: 16090535.

HSL color Cylindrical-coordinate representation of color #A785F5: hue angle of 258.21º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A785F5 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB167133245-
CMYK0.320.4600.04
HSL258.21º84.85%74.12%-
HSV(B)258.21º45.71%96.08%-
XYZ40.8131.5890.33-
YUV155.93178.26135.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.64%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=30.64%
G=24.40%
B=44.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1671332450.320.4600.04258.2184.8574.12
HexA785F5202E04102554a
Octal247205365405604402125112
Binary101001111000010111110101100000101110010010000001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785F5; }

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

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

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

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

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

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

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

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