#A18DFB

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

Shades of Light Slate Blue #A18DFB

Tints of Light Slate Blue #A18DFB

Color information

#A18DFB (or 0xA18DFB) is unknown color: approx Light Slate Blue. HEX triplet: A1, 8D and FB. RGB value is (161,141,251). Sum of RGB (Red+Green+Blue) = 161+141+251=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #A18DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18DFB is #5E7204. Grayscale: #9F9F9F. Windows color (decimal): -6189573 or 16485793. OLE color: 16485793.

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

Color convert

RGB161141251-
CMYK0.360.4400.02
HSL250.91º93.22%76.86%-
HSV(B)250.91º43.82%98.43%-
XYZ41.6433.5995.56-
YUV159.52179.63129.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 251 (98.44% from 255) = 45.39%
R=29.11%
G=25.50%
B=45.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611412510.360.4400.02250.9193.2276.86
HexA18DFB242C02fb5d4d
Octal241215373445402373135115
Binary1010000110001101111110111001001011000101111101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DFB; }

 p { color: rgb(161,141,251); }

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

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

 a { background-color: rgb(161,141,251); }

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

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

 span { border-color: rgb(161,141,251); }

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