#A386FA

Color #A386FA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A386FA

Tints of Light Slate Blue #A386FA

Color information

#A386FA (or 0xA386FA) is unknown color: approx Light Slate Blue. HEX triplet: A3, 86 and FA. RGB value is (163,134,250). Sum of RGB (Red+Green+Blue) = 163+134+250=547 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.80% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #A386FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386FA is #5C7905. Grayscale: #9B9B9B. Windows color (decimal): -6060294 or 16418467. OLE color: 16418467.

HSL color Cylindrical-coordinate representation of color #A386FA: hue angle of 255º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A386FA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163134250-
CMYK0.350.4600.02
HSL255º92.06%75.29%-
HSV(B)255º46.4%98.04%-
XYZ40.8831.7494.41-
YUV155.89181.11133.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.80%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=29.80%
G=24.50%
B=45.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631342500.350.4600.0225592.0675.29
HexA386FA232E02ff5c4b
Octal243206372435602377134113
Binary1010001110000110111110101000111011100101111111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386FA; }

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

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

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

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

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

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

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

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