#A085EA

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

Shades of Medium Purple #A085EA

Tints of Medium Purple #A085EA

Color information

#A085EA (or 0xA085EA) is unknown color: approx Medium Purple. HEX triplet: A0, 85 and EA. RGB value is (160,133,234). Sum of RGB (Red+Green+Blue) = 160+133+234=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #A085EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085EA is #5F7A15. Grayscale: #989898. Windows color (decimal): -6257174 or 15369632. OLE color: 15369632.

HSL color Cylindrical-coordinate representation of color #A085EA: hue angle of 256.04º degrees, saturation: 0.71, 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 #A085EA is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160133234-
CMYK0.320.4300.08
HSL256.04º70.63%71.96%-
HSV(B)256.04º43.16%91.76%-
XYZ37.7430.1981.68-
YUV152.59173.95133.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=30.36%
G=25.24%
B=44.40%

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
Decimal1601332340.320.4300.08256.0470.6371.96
HexA085EA202B081004748
Octal2402053524053010400107110
Binary1010000010000101111010101000001010110100010000000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085EA; }

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

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

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

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

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

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

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

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