#A18EFA

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

Shades of Light Slate Blue #A18EFA

Tints of Light Slate Blue #A18EFA

Color information

#A18EFA (or 0xA18EFA) is unknown color: approx Light Slate Blue. HEX triplet: A1, 8E and FA. RGB value is (161,142,250). Sum of RGB (Red+Green+Blue) = 161+142+250=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #A18EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18EFA is #5E7105. Grayscale: #9F9F9F. Windows color (decimal): -6189318 or 16420513. OLE color: 16420513.

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

Color convert

RGB161142250-
CMYK0.360.4300.02
HSL250.56º91.53%76.86%-
HSV(B)250.56º43.2%98.04%-
XYZ41.6333.8394.78-
YUV159.99178.79128.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 142 (55.86% from 255) = 25.68%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=29.11%
G=25.68%
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.02
SystemRedGreenBlueCMYKHSL
Decimal1611422500.360.4300.02250.5691.5376.86
HexA18EFA242B02fb5c4d
Octal241216372445302373134115
Binary1010000110001110111110101001001010110101111101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18EFA; }

 p { color: rgb(161,142,250); }

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

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

 a { background-color: rgb(161,142,250); }

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

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

 span { border-color: rgb(161,142,250); }

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