#A18FFB

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

Shades of Light Slate Blue #A18FFB

Tints of Light Slate Blue #A18FFB

Color information

#A18FFB (or 0xA18FFB) is unknown color: approx Light Slate Blue. HEX triplet: A1, 8F and FB. RGB value is (161,143,251). Sum of RGB (Red+Green+Blue) = 161+143+251=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #A18FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FFB is #5E7004. Grayscale: #A0A0A0. Windows color (decimal): -6189061 or 16486305. OLE color: 16486305.

HSL color Cylindrical-coordinate representation of color #A18FFB: hue angle of 250º degrees, saturation: 0.93, 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 #A18FFB is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161143251-
CMYK0.360.4300.02
HSL250º93.1%77.25%-
HSV(B)250º43.03%98.43%-
XYZ41.9334.1995.66-
YUV160.69178.96128.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.01%
GREEN value IS 143 (56.25% from 255) = 25.77%
BLUE value IS 251 (98.44% from 255) = 45.23%
R=29.01%
G=25.77%
B=45.23%

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
Decimal1611432510.360.4300.0225093.177.25
HexA18FFB242B02fa5d4d
Octal241217373445302372135115
Binary1010000110001111111110111001001010110101111101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FFB; }

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

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

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

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

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

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

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

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