#a085eb

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

Shades of Medium Purple #A085EB

Tints of Medium Purple #A085EB

Color information

#A085EB (or 0xA085EB) is unknown color: approx Medium Purple. HEX triplet: A0, 85 and EB. RGB value is (160,133,235). Sum of RGB (Red+Green+Blue) = 160+133+235=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #A085EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085EB is #5F7A14. Grayscale: #989898. Windows color (decimal): -6257173 or 15435168. OLE color: 15435168.

HSL color Cylindrical-coordinate representation of color #A085EB: hue angle of 255.88º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A085EB is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160133235-
CMYK0.320.4300.08
HSL255.88º71.83%72.16%-
HSV(B)255.88º43.4%92.16%-
XYZ37.8830.2582.44-
YUV152.7174.45133.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=30.30%
G=25.19%
B=44.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601332350.320.4300.08255.8871.8372.16
HexA085EB202B081004848
Octal2402053534053010400110110
Binary1010000010000101111010111000001010110100010000000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a085eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a085eb; }

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

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

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

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

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

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

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

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