#A18AF6

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

Shades of Light Slate Blue #A18AF6

Tints of Light Slate Blue #A18AF6

Color information

#A18AF6 (or 0xA18AF6) is unknown color: approx Light Slate Blue. HEX triplet: A1, 8A and F6. RGB value is (161,138,246). Sum of RGB (Red+Green+Blue) = 161+138+246=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #A18AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18AF6 is #5E7509. Grayscale: #9C9C9C. Windows color (decimal): -6190346 or 16157345. OLE color: 16157345.

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

Color convert

RGB161138246-
CMYK0.350.4400.04
HSL252.78º85.71%75.29%-
HSV(B)252.78º43.9%96.47%-
XYZ40.4232.4191.31-
YUV157.19178.12130.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 246 (96.48% from 255) = 45.14%
R=29.54%
G=25.32%
B=45.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611382460.350.4400.04252.7885.7175.29
HexA18AF6232C04fd564b
Octal241212366435404375126113
Binary10100001100010101111011010001110110001001111110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18AF6; }

 p { color: rgb(161,138,246); }

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

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

 a { background-color: rgb(161,138,246); }

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

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

 span { border-color: rgb(161,138,246); }

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