#A386FC

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

Shades of Light Slate Blue #A386FC

Tints of Light Slate Blue #A386FC

Color information

#A386FC (or 0xA386FC) is unknown color: approx Light Slate Blue. HEX triplet: A3, 86 and FC. RGB value is (163,134,252). Sum of RGB (Red+Green+Blue) = 163+134+252=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #A386FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386FC is #5C7903. Grayscale: #9B9B9B. Windows color (decimal): -6060292 or 16549539. OLE color: 16549539.

HSL color Cylindrical-coordinate representation of color #A386FC: hue angle of 254.75º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A386FC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163134252-
CMYK0.350.4700.01
HSL254.75º95.16%75.69%-
HSV(B)254.75º46.83%98.82%-
XYZ41.231.8796.07-
YUV156.12182.11132.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.69%
GREEN value IS 134 (52.73% from 255) = 24.41%
BLUE value IS 252 (98.83% from 255) = 45.90%
R=29.69%
G=24.41%
B=45.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631342520.350.4700.01254.7595.1675.69
HexA386FC232F01ff5f4c
Octal243206374435701377137114
Binary101000111000011011111100100011101111011111111110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386FC; }

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

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

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

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

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

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

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

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