#A193FC

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

Shades of Light Slate Blue #A193FC

Tints of Light Slate Blue #A193FC

Color information

#A193FC (or 0xA193FC) is unknown color: approx Light Slate Blue. HEX triplet: A1, 93 and FC. RGB value is (161,147,252). Sum of RGB (Red+Green+Blue) = 161+147+252=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #A193FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193FC is #5E6C03. Grayscale: #A2A2A2. Windows color (decimal): -6188036 or 16552865. OLE color: 16552865.

HSL color Cylindrical-coordinate representation of color #A193FC: hue angle of 248º 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 #A193FC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161147252-
CMYK0.360.4200.01
HSL248º94.59%78.24%-
HSV(B)248º41.67%98.82%-
XYZ42.735.4796.69-
YUV163.16178.14126.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.75%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 252 (98.83% from 255) = 45%
R=28.75%
G=26.25%
B=45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611472520.360.4200.0124894.5978.24
HexA193FC242A01f85f4e
Octal241223374445201370137116
Binary101000011001001111111100100100101010011111100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193FC; }

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

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

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

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

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

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

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

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