#A386F1

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

Shades of Medium Purple #A386F1

Tints of Medium Purple #A386F1

Color information

#A386F1 (or 0xA386F1) is unknown color: approx Medium Purple. HEX triplet: A3, 86 and F1. RGB value is (163,134,241). Sum of RGB (Red+Green+Blue) = 163+134+241=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #A386F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386F1 is #5C790E. Grayscale: #9A9A9A. Windows color (decimal): -6060303 or 15828643. OLE color: 15828643.

HSL color Cylindrical-coordinate representation of color #A386F1: hue angle of 256.26º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A386F1 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163134241-
CMYK0.320.4400.05
HSL256.26º79.26%73.53%-
HSV(B)256.26º44.4%94.51%-
XYZ39.5131.1987.16-
YUV154.87176.61133.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.30%
GREEN value IS 134 (52.73% from 255) = 24.91%
BLUE value IS 241 (94.53% from 255) = 44.80%
R=30.30%
G=24.91%
B=44.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631342410.320.4400.05256.2679.2673.53
HexA386F1202C051004f4a
Octal243206361405405400117112
Binary101000111000011011110001100000101100010110000000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386F1; }

 p { color: rgb(163,134,241); }

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

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

 a { background-color: rgb(163,134,241); }

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

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

 span { border-color: rgb(163,134,241); }

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