#A193FA

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

Shades of Light Slate Blue #A193FA

Tints of Light Slate Blue #A193FA

Color information

#A193FA (or 0xA193FA) is unknown color: approx Light Slate Blue. HEX triplet: A1, 93 and FA. RGB value is (161,147,250). Sum of RGB (Red+Green+Blue) = 161+147+250=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #A193FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193FA is #5E6C05. Grayscale: #A2A2A2. Windows color (decimal): -6188038 or 16421793. OLE color: 16421793.

HSL color Cylindrical-coordinate representation of color #A193FA: hue angle of 248.16º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A193FA is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161147250-
CMYK0.360.4100.02
HSL248.16º91.15%77.84%-
HSV(B)248.16º41.2%98.04%-
XYZ42.3935.3595.03-
YUV162.93177.14126.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.85%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=28.85%
G=26.34%
B=44.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611472500.360.4100.02248.1691.1577.84
HexA193FA242902f85b4e
Octal241223372445102370133116
Binary1010000110010011111110101001001010010101111100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193FA; }

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

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

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

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

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

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

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

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