#A185ED

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

Shades of Medium Purple #A185ED

Tints of Medium Purple #A185ED

Color information

#A185ED (or 0xA185ED) is unknown color: approx Medium Purple. HEX triplet: A1, 85 and ED. RGB value is (161,133,237). Sum of RGB (Red+Green+Blue) = 161+133+237=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #A185ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185ED is #5E7A12. Grayscale: #989898. Windows color (decimal): -6191635 or 15566241. OLE color: 15566241.

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

Color convert

RGB161133237-
CMYK0.320.4400.07
HSL256.15º74.29%72.55%-
HSV(B)256.15º43.88%92.94%-
XYZ38.3730.4783.98-
YUV153.23175.28133.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=30.32%
G=25.05%
B=44.63%

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
Decimal1611332370.320.4400.07256.1574.2972.55
HexA185ED202C071004a49
Octal241205355405407400112111
Binary101000011000010111101101100000101100011110000000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185ED; }

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

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

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

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

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

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

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

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