#A085ED

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

Shades of Medium Purple #A085ED

Tints of Medium Purple #A085ED

Color information

#A085ED (or 0xA085ED) is unknown color: approx Medium Purple. HEX triplet: A0, 85 and ED. RGB value is (160,133,237). Sum of RGB (Red+Green+Blue) = 160+133+237=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #A085ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085ED is #5F7A12. Grayscale: #989898. Windows color (decimal): -6257171 or 15566240. OLE color: 15566240.

HSL color Cylindrical-coordinate representation of color #A085ED: hue angle of 255.58º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A085ED is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160133237-
CMYK0.320.4400.07
HSL255.58º74.29%72.55%-
HSV(B)255.58º43.88%92.94%-
XYZ38.1730.3683.97-
YUV152.93175.45133.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=30.19%
G=25.09%
B=44.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601332370.320.4400.07255.5874.2972.55
HexA085ED202C071004a49
Octal240205355405407400112111
Binary101000001000010111101101100000101100011110000000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085ED; }

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

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

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

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

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

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

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

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