#A16DFC

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

Shades of Light Slate Blue #A16DFC

Tints of Light Slate Blue #A16DFC

Color information

#A16DFC (or 0xA16DFC) is unknown color: approx Light Slate Blue. HEX triplet: A1, 6D and FC. RGB value is (161,109,252). Sum of RGB (Red+Green+Blue) = 161+109+252=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #A16DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16DFC is #5E9203. Grayscale: #8C8C8C. Windows color (decimal): -6197764 or 16543137. OLE color: 16543137.

HSL color Cylindrical-coordinate representation of color #A16DFC: hue angle of 261.82º degrees, saturation: 0.96, 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 #A16DFC is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161109252-
CMYK0.360.5700.01
HSL261.82º95.97%70.78%-
HSV(B)261.82º56.75%98.82%-
XYZ37.7425.5495.04-
YUV140.85190.73142.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.84%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 252 (98.83% from 255) = 48.28%
R=30.84%
G=20.88%
B=48.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611092520.360.5700.01261.8295.9770.78
HexA16DFC2439011066047
Octal241155374447101406140107
Binary101000011101101111111001001001110010110000011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16DFC; }

 p { color: rgb(161,109,252); }

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

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

 a { background-color: rgb(161,109,252); }

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

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

 span { border-color: rgb(161,109,252); }

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