#A393FC

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

Shades of Light Slate Blue #A393FC

Tints of Light Slate Blue #A393FC

Color information

#A393FC (or 0xA393FC) is unknown color: approx Light Slate Blue. HEX triplet: A3, 93 and FC. RGB value is (163,147,252). Sum of RGB (Red+Green+Blue) = 163+147+252=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #A393FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393FC is #5C6C03. Grayscale: #A3A3A3. Windows color (decimal): -6056964 or 16552867. OLE color: 16552867.

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

Color convert

RGB163147252-
CMYK0.350.4200.01
HSL249.14º94.59%78.24%-
HSV(B)249.14º41.67%98.82%-
XYZ43.1135.6896.71-
YUV163.75177.8127.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.00%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=29.00%
G=26.16%
B=44.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631472520.350.4200.01249.1494.5978.24
HexA393FC232A01f95f4e
Octal243223374435201371137116
Binary101000111001001111111100100011101010011111100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393FC; }

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

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

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

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

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

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

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

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