#A394FC

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

Shades of Light Slate Blue #A394FC

Tints of Light Slate Blue #A394FC

Color information

#A394FC (or 0xA394FC) is unknown color: approx Light Slate Blue. HEX triplet: A3, 94 and FC. RGB value is (163,148,252). Sum of RGB (Red+Green+Blue) = 163+148+252=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #A394FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A394FC is #5C6B03. Grayscale: #A3A3A3. Windows color (decimal): -6056708 or 16553123. OLE color: 16553123.

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

Color convert

RGB163148252-
CMYK0.350.4100.01
HSL248.65º94.55%78.43%-
HSV(B)248.65º41.27%98.82%-
XYZ43.2635.9996.76-
YUV164.34177.47127.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.95%
GREEN value IS 148 (58.20% from 255) = 26.29%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=28.95%
G=26.29%
B=44.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631482520.350.4100.01248.6594.5578.43
HexA394FC232901f95f4e
Octal243224374435101371137116
Binary101000111001010011111100100011101001011111100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A394FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A394FC; }

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

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

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

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

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

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

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

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