#A385E1

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

Shades of Medium Purple #A385E1

Tints of Medium Purple #A385E1

Color information

#A385E1 (or 0xA385E1) is unknown color: approx Medium Purple. HEX triplet: A3, 85 and E1. RGB value is (163,133,225). Sum of RGB (Red+Green+Blue) = 163+133+225=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #A385E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385E1 is #5C7A1E. Grayscale: #989898. Windows color (decimal): -6060575 or 14779811. OLE color: 14779811.

HSL color Cylindrical-coordinate representation of color #A385E1: hue angle of 259.57º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A385E1 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB163133225-
CMYK0.280.4100.12
HSL259.57º60.53%70.2%-
HSV(B)259.57º40.89%88.24%-
XYZ37.083075.07-
YUV152.46168.94135.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=31.29%
G=25.53%
B=43.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1631332250.280.4100.12259.5760.5370.2
HexA385E11C290C1043d46
Octal243205341345101440475106
Binary10100011100001011110000111100101001011001000001001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385E1; }

 p { color: rgb(163,133,225); }

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

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

 a { background-color: rgb(163,133,225); }

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

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

 span { border-color: rgb(163,133,225); }

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