#A166FD

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

Shades of Light Slate Blue #A166FD

Tints of Light Slate Blue #A166FD

Color information

#A166FD (or 0xA166FD) is unknown color: approx Light Slate Blue. HEX triplet: A1, 66 and FD. RGB value is (161,102,253). Sum of RGB (Red+Green+Blue) = 161+102+253=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #A166FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A166FD is #5E9902. Grayscale: #888888. Windows color (decimal): -6199555 or 16606881. OLE color: 16606881.

HSL color Cylindrical-coordinate representation of color #A166FD: hue angle of 263.44º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A166FD is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161102253-
CMYK0.360.6000.01
HSL263.44º97.42%69.61%-
HSV(B)263.44º59.68%99.22%-
XYZ37.1824.1795.63-
YUV136.85193.55145.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 102 (40.23% from 255) = 19.77%
BLUE value IS 253 (99.22% from 255) = 49.03%
R=31.20%
G=19.77%
B=49.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611022530.360.6000.01263.4497.4269.61
HexA166FD243C011076146
Octal241146375447401407141106
Binary101000011100110111111011001001111000110000011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166FD; }

 p { color: rgb(161,102,253); }

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

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

 a { background-color: rgb(161,102,253); }

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

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

 span { border-color: rgb(161,102,253); }

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