#A491FF

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

Shades of Light Slate Blue #A491FF

Tints of Light Slate Blue #A491FF

Color information

#A491FF (or 0xA491FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 91 and FF. RGB value is (164,145,255). Sum of RGB (Red+Green+Blue) = 164+145+255=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #A491FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491FF is #5B6E00. Grayscale: #A2A2A2. Windows color (decimal): -5991937 or 16748964. OLE color: 16748964.

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

Color convert

RGB164145255-
CMYK0.360.4300
HSL250.36º100%78.43%-
HSV(B)250.36º43.14%100%-
XYZ43.4935.3699.14-
YUV163.22179.79128.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.08%
GREEN value IS 145 (57.03% from 255) = 25.71%
BLUE value IS 255 (100% from 255) = 45.21%
R=29.08%
G=25.71%
B=45.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641452550.360.4300250.3610078.43
HexA491FF242B00fa644e
Octal244221377445300372144116
Binary101001001001000111111111100100101011001111101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491FF; }

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

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

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

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

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

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

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

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