#A293FC

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

Shades of Light Slate Blue #A293FC

Tints of Light Slate Blue #A293FC

Color information

#A293FC (or 0xA293FC) is unknown color: approx Light Slate Blue. HEX triplet: A2, 93 and FC. RGB value is (162,147,252). Sum of RGB (Red+Green+Blue) = 162+147+252=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #A293FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A293FC is #5D6C03. Grayscale: #A3A3A3. Windows color (decimal): -6122500 or 16552866. OLE color: 16552866.

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

Color convert

RGB162147252-
CMYK0.360.4200.01
HSL248.57º94.59%78.24%-
HSV(B)248.57º41.67%98.82%-
XYZ42.935.5896.7-
YUV163.46177.97126.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.88%
GREEN value IS 147 (57.81% from 255) = 26.20%
BLUE value IS 252 (98.83% from 255) = 44.92%
R=28.88%
G=26.20%
B=44.92%

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
Decimal1621472520.360.4200.01248.5794.5978.24
HexA293FC242A01f95f4e
Octal242223374445201371137116
Binary101000101001001111111100100100101010011111100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293FC; }

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

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

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

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

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

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

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

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