#A294FD

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

Shades of Light Slate Blue #A294FD

Tints of Light Slate Blue #A294FD

Color information

#A294FD (or 0xA294FD) is unknown color: approx Light Slate Blue. HEX triplet: A2, 94 and FD. RGB value is (162,148,253). Sum of RGB (Red+Green+Blue) = 162+148+253=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #A294FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A294FD is #5D6B02. Grayscale: #A3A3A3. Windows color (decimal): -6122243 or 16618658. OLE color: 16618658.

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

Color convert

RGB162148253-
CMYK0.360.4200.01
HSL248º96.33%78.63%-
HSV(B)248º41.5%99.22%-
XYZ43.2235.9597.59-
YUV164.16178.14126.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 148 (58.20% from 255) = 26.29%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=28.77%
G=26.29%
B=44.94%

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
Decimal1621482530.360.4200.0124896.3378.63
HexA294FD242A01f8604f
Octal242224375445201370140117
Binary101000101001010011111101100100101010011111100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294FD; }

 p { color: rgb(162,148,253); }

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

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

 a { background-color: rgb(162,148,253); }

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

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

 span { border-color: rgb(162,148,253); }

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