#A493FD

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

Shades of Light Slate Blue #A493FD

Tints of Light Slate Blue #A493FD

Color information

#A493FD (or 0xA493FD) is unknown color: approx Light Slate Blue. HEX triplet: A4, 93 and FD. RGB value is (164,147,253). Sum of RGB (Red+Green+Blue) = 164+147+253=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #A493FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A493FD is #5B6C02. Grayscale: #A3A3A3. Windows color (decimal): -5991427 or 16618404. OLE color: 16618404.

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

Color convert

RGB164147253-
CMYK0.350.4200.01
HSL249.62º96.36%78.43%-
HSV(B)249.62º41.9%99.22%-
XYZ43.4735.8597.56-
YUV164.17178.13127.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.08%
GREEN value IS 147 (57.81% from 255) = 26.06%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=29.08%
G=26.06%
B=44.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641472530.350.4200.01249.6296.3678.43
HexA493FD232A01fa604e
Octal244223375435201372140116
Binary101001001001001111111101100011101010011111101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493FD; }

 p { color: rgb(164,147,253); }

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

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

 a { background-color: rgb(164,147,253); }

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

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

 span { border-color: rgb(164,147,253); }

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