#A18AFF

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

Shades of Light Slate Blue #A18AFF

Tints of Light Slate Blue #A18AFF

Color information

#A18AFF (or 0xA18AFF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 8A and FF. RGB value is (161,138,255). Sum of RGB (Red+Green+Blue) = 161+138+255=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #A18AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18AFF is #5E7500. Grayscale: #9D9D9D. Windows color (decimal): -6190337 or 16747169. OLE color: 16747169.

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

Color convert

RGB161138255-
CMYK0.370.4600
HSL251.79º100%77.06%-
HSV(B)251.79º45.88%100%-
XYZ41.8432.9798.77-
YUV158.21182.62129.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 138 (54.30% from 255) = 24.91%
BLUE value IS 255 (100% from 255) = 46.03%
R=29.06%
G=24.91%
B=46.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611382550.370.4600251.7910077.06
HexA18AFF252E00fc644d
Octal241212377455600374144115
Binary101000011000101011111111100101101110001111110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18AFF; }

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

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

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

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

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

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

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

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