#A494FF

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

Shades of Light Slate Blue #A494FF

Tints of Light Slate Blue #A494FF

Color information

#A494FF (or 0xA494FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 94 and FF. RGB value is (164,148,255). Sum of RGB (Red+Green+Blue) = 164+148+255=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #A494FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A494FF is #5B6B00. Grayscale: #A4A4A4. Windows color (decimal): -5991169 or 16749732. OLE color: 16749732.

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

Color convert

RGB164148255-
CMYK0.360.4200
HSL248.97º100%79.02%-
HSV(B)248.97º41.96%100%-
XYZ43.9536.2999.3-
YUV164.98178.8127.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.92%
GREEN value IS 148 (58.20% from 255) = 26.10%
BLUE value IS 255 (100% from 255) = 44.97%
R=28.92%
G=26.10%
B=44.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641482550.360.4200248.9710079.02
HexA494FF242A00f9644f
Octal244224377445200371144117
Binary101001001001010011111111100100101010001111100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494FF; }

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

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

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

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

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

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

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

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