#A085F5

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

Shades of Medium Purple #A085F5

Tints of Medium Purple #A085F5

Color information

#A085F5 (or 0xA085F5) is unknown color: approx Medium Purple. HEX triplet: A0, 85 and F5. RGB value is (160,133,245). Sum of RGB (Red+Green+Blue) = 160+133+245=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #A085F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085F5 is #5F7A0A. Grayscale: #999999. Windows color (decimal): -6257163 or 16090528. OLE color: 16090528.

HSL color Cylindrical-coordinate representation of color #A085F5: hue angle of 254.46º 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 #A085F5 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB160133245-
CMYK0.350.4600.04
HSL254.46º84.85%74.12%-
HSV(B)254.46º45.71%96.08%-
XYZ39.3730.8490.26-
YUV153.84179.45132.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 245 (96.09% from 255) = 45.54%
R=29.74%
G=24.72%
B=45.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1601332450.350.4600.04254.4684.8574.12
HexA085F5232E04fe554a
Octal240205365435604376125112
Binary10100000100001011111010110001110111001001111111010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085F5; }

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

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

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

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

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

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

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

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