#A18BFA

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

Shades of Light Slate Blue #A18BFA

Tints of Light Slate Blue #A18BFA

Color information

#A18BFA (or 0xA18BFA) is unknown color: approx Light Slate Blue. HEX triplet: A1, 8B and FA. RGB value is (161,139,250). Sum of RGB (Red+Green+Blue) = 161+139+250=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #A18BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18BFA is #5E7405. Grayscale: #9D9D9D. Windows color (decimal): -6190086 or 16419745. OLE color: 16419745.

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

Color convert

RGB161139250-
CMYK0.360.4400.02
HSL251.89º91.74%76.27%-
HSV(B)251.89º44.4%98.04%-
XYZ41.1932.9494.63-
YUV158.23179.79129.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.27%
GREEN value IS 139 (54.69% from 255) = 25.27%
BLUE value IS 250 (98.05% from 255) = 45.45%
R=29.27%
G=25.27%
B=45.45%

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
Decimal1611392500.360.4400.02251.8991.7476.27
HexA18BFA242C02fc5c4c
Octal241213372445402374134114
Binary1010000110001011111110101001001011000101111110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BFA; }

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

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

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

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

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

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

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

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