#A18DFD

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

Shades of Light Slate Blue #A18DFD

Tints of Light Slate Blue #A18DFD

Color information

#A18DFD (or 0xA18DFD) is unknown color: approx Light Slate Blue. HEX triplet: A1, 8D and FD. RGB value is (161,141,253). Sum of RGB (Red+Green+Blue) = 161+141+253=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #A18DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18DFD is #5E7202. Grayscale: #9F9F9F. Windows color (decimal): -6189571 or 16616865. OLE color: 16616865.

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

Color convert

RGB161141253-
CMYK0.360.4400.01
HSL250.71º96.55%77.25%-
HSV(B)250.71º44.27%99.22%-
XYZ41.9533.7297.23-
YUV159.75180.63128.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.01%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=29.01%
G=25.41%
B=45.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611412530.360.4400.01250.7196.5577.25
HexA18DFD242C01fb614d
Octal241215375445401373141115
Binary101000011000110111111101100100101100011111101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DFD; }

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

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

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

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

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

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

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

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