#A46DFD

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

Shades of Light Slate Blue #A46DFD

Tints of Light Slate Blue #A46DFD

Color information

#A46DFD (or 0xA46DFD) is unknown color: approx Light Slate Blue. HEX triplet: A4, 6D and FD. RGB value is (164,109,253). Sum of RGB (Red+Green+Blue) = 164+109+253=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #A46DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46DFD is #5B9202. Grayscale: #8D8D8D. Windows color (decimal): -6001155 or 16608676. OLE color: 16608676.

HSL color Cylindrical-coordinate representation of color #A46DFD: hue angle of 262.92º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A46DFD is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164109253-
CMYK0.350.5700.01
HSL262.92º97.3%70.98%-
HSV(B)262.92º56.92%99.22%-
XYZ38.5125.9295.9-
YUV141.86190.72143.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 109 (42.97% from 255) = 20.72%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=31.18%
G=20.72%
B=48.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641092530.350.5700.01262.9297.370.98
HexA46DFD2339011076147
Octal244155375437101407141107
Binary101001001101101111111011000111110010110000011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46DFD; }

 p { color: rgb(164,109,253); }

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

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

 a { background-color: rgb(164,109,253); }

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

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

 span { border-color: rgb(164,109,253); }

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