#A18FFF

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

Shades of Light Slate Blue #A18FFF

Tints of Light Slate Blue #A18FFF

Color information

#A18FFF (or 0xA18FFF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 8F and FF. RGB value is (161,143,255). Sum of RGB (Red+Green+Blue) = 161+143+255=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #A18FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FFF is #5E7000. Grayscale: #A0A0A0. Windows color (decimal): -6189057 or 16748449. OLE color: 16748449.

HSL color Cylindrical-coordinate representation of color #A18FFF: hue angle of 249.64º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A18FFF is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161143255-
CMYK0.370.4400
HSL249.64º100%78.04%-
HSV(B)249.64º43.92%100%-
XYZ42.5734.4499.01-
YUV161.15180.96127.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.80%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 255 (100% from 255) = 45.62%
R=28.80%
G=25.58%
B=45.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611432550.370.4400249.6410078.04
HexA18FFF252C00fa644e
Octal241217377455400372144116
Binary101000011000111111111111100101101100001111101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FFF; }

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

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

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

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

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

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

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

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