#A18BF5

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

Shades of Light Slate Blue #A18BF5

Tints of Light Slate Blue #A18BF5

Color information

#A18BF5 (or 0xA18BF5) is unknown color: approx Light Slate Blue. HEX triplet: A1, 8B and F5. RGB value is (161,139,245). Sum of RGB (Red+Green+Blue) = 161+139+245=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #A18BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18BF5 is #5E740A. Grayscale: #9D9D9D. Windows color (decimal): -6190091 or 16092065. OLE color: 16092065.

HSL color Cylindrical-coordinate representation of color #A18BF5: hue angle of 252.45º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A18BF5 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161139245-
CMYK0.340.4300.04
HSL252.45º84.13%75.29%-
HSV(B)252.45º43.27%96.08%-
XYZ40.4132.6390.56-
YUV157.66177.29130.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=29.54%
G=25.50%
B=44.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611392450.340.4300.04252.4584.1375.29
HexA18BF5222B04fc544b
Octal241213365425304374124113
Binary10100001100010111111010110001010101101001111110010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BF5; }

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

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

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

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

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

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

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

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