#A185DF

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

Shades of Medium Purple #A185DF

Tints of Medium Purple #A185DF

Color information

#A185DF (or 0xA185DF) is unknown color: approx Medium Purple. HEX triplet: A1, 85 and DF. RGB value is (161,133,223). Sum of RGB (Red+Green+Blue) = 161+133+223=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #A185DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185DF is #5E7A20. Grayscale: #979797. Windows color (decimal): -6191649 or 14648737. OLE color: 14648737.

HSL color Cylindrical-coordinate representation of color #A185DF: hue angle of 258.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A185DF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161133223-
CMYK0.280.4000.13
HSL258.67º58.44%69.8%-
HSV(B)258.67º40.36%87.45%-
XYZ36.429.6873.62-
YUV151.63168.28134.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 223 (87.5% from 255) = 43.13%
R=31.14%
G=25.73%
B=43.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611332230.280.4000.13258.6758.4469.8
HexA185DF1C280D1033a46
Octal241205337345001540372106
Binary10100001100001011101111111100101000011011000000111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185DF; }

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

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

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

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

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

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

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

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