#A491FD

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

Shades of Light Slate Blue #A491FD

Tints of Light Slate Blue #A491FD

Color information

#A491FD (or 0xA491FD) is unknown color: approx Light Slate Blue. HEX triplet: A4, 91 and FD. RGB value is (164,145,253). Sum of RGB (Red+Green+Blue) = 164+145+253=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #A491FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491FD is #5B6E02. Grayscale: #A2A2A2. Windows color (decimal): -5991939 or 16617892. OLE color: 16617892.

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

Color convert

RGB164145253-
CMYK0.350.4300.01
HSL250.56º96.43%78.04%-
HSV(B)250.56º42.69%99.22%-
XYZ43.1635.2497.45-
YUV162.99178.79128.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.18%
GREEN value IS 145 (57.03% from 255) = 25.80%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=29.18%
G=25.80%
B=45.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641452530.350.4300.01250.5696.4378.04
HexA491FD232B01fb604e
Octal244221375435301373140116
Binary101001001001000111111101100011101011011111101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491FD; }

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

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

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

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

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

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

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

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