#A491FE

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

Shades of Light Slate Blue #A491FE

Tints of Light Slate Blue #A491FE

Color information

#A491FE (or 0xA491FE) is unknown color: approx Light Slate Blue. HEX triplet: A4, 91 and FE. RGB value is (164,145,254). Sum of RGB (Red+Green+Blue) = 164+145+254=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 145 (57.03% from 255 or 25.75% 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 #A491FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491FE is #5B6E01. Grayscale: #A2A2A2. Windows color (decimal): -5991938 or 16683428. OLE color: 16683428.

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

Color convert

RGB164145254-
CMYK0.350.4300.00
HSL250.46º98.2%78.24%-
HSV(B)250.46º42.91%99.61%-
XYZ43.3235.398.3-
YUV163.11179.29128.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.13%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=29.13%
G=25.75%
B=45.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641452540.350.4300.00250.4698.278.24
HexA491FE232B00fa624e
Octal244221376435300372142116
Binary101001001001000111111110100011101011001111101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491FE; }

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

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

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

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

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

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

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

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