#a085ee

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

Shades of Medium Purple #A085EE

Tints of Medium Purple #A085EE

Color information

#A085EE (or 0xA085EE) is unknown color: approx Medium Purple. HEX triplet: A0, 85 and EE. RGB value is (160,133,238). Sum of RGB (Red+Green+Blue) = 160+133+238=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #A085EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085EE is #5F7A11. Grayscale: #989898. Windows color (decimal): -6257170 or 15631776. OLE color: 15631776.

HSL color Cylindrical-coordinate representation of color #A085EE: hue angle of 255.43º degrees, saturation: 0.76, 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 #A085EE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160133238-
CMYK0.330.4400.07
HSL255.43º75.54%72.75%-
HSV(B)255.43º44.12%93.33%-
XYZ38.3230.4284.74-
YUV153.04175.95132.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=30.13%
G=25.05%
B=44.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601332380.330.4400.07255.4375.5472.75
HexA085EE212C07ff4c49
Octal240205356415407377114111
Binary10100000100001011110111010000110110001111111111110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a085ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a085ee; }

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

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

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

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

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

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

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

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