#A293FE

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

Shades of Light Slate Blue #A293FE

Tints of Light Slate Blue #A293FE

Color information

#A293FE (or 0xA293FE) is unknown color: approx Light Slate Blue. HEX triplet: A2, 93 and FE. RGB value is (162,147,254). Sum of RGB (Red+Green+Blue) = 162+147+254=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #A293FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A293FE is #5D6C01. Grayscale: #A3A3A3. Windows color (decimal): -6122498 or 16683938. OLE color: 16683938.

HSL color Cylindrical-coordinate representation of color #A293FE: hue angle of 248.41º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A293FE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB162147254-
CMYK0.360.4200.00
HSL248.41º98.17%78.63%-
HSV(B)248.41º42.13%99.61%-
XYZ43.2235.798.38-
YUV163.68178.97126.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=28.77%
G=26.11%
B=45.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1621472540.360.4200.00248.4198.1778.63
HexA293FE242A00f8624f
Octal242223376445200370142117
Binary101000101001001111111110100100101010001111100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293FE; }

 p { color: rgb(162,147,254); }

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

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

 a { background-color: rgb(162,147,254); }

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

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

 span { border-color: rgb(162,147,254); }

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